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):
1616 key_prepared = {
1717 'state' : 'oldest_prepared' ,
1818 'key' : 'pgsql.prepared.oldest' ,
19- 'name' : 'PostgreSQL: oldest prepared transaction running time in sec' ,
19+ 'name' : 'PostgreSQL: oldest prepared transaction time in sec' ,
2020 'color' : '0000BB' ,
2121 'yaxisside' : 1 ,
2222 }
@@ -71,7 +71,7 @@ def graphs(self, template):
7171
7272 def triggers (self , template ):
7373 result = template .trigger ({
74- 'name' : 'PostgreSQL prepared transaction running is too old on {HOSTNAME}' ,
74+ 'name' : 'PostgreSQL prepared transaction is too old on {HOSTNAME}' ,
7575 'expression' : '{#TEMPLATE:' + self .key_prepared ['key' ] +
7676 '.last()}>' + self .plugin_config ('max_prepared_transaction_time' )
7777 })
You can’t perform that action at this time.
0 commit comments