@@ -18,7 +18,7 @@ class Instance(Plugin):
18
18
# ('graph name', color, side), units, delta
19
19
20
20
("xact_commit" , "transactions[committed]" , "Transactions Committed" ,
21
- ("PoPostgreSQL Instance: Transactions Rate" , "578159" , 0 ),
21
+ ("PostgreSQL Instance: Transactions Rate" , "578159" , 0 ),
22
22
Plugin .UNITS .none , Plugin .DELTA .speed_per_second ),
23
23
("blks_hit" , "blocks[hit]" , "Blocks Hit" ,
24
24
("PostgreSQL Instance: Blocks Rate" , "7EB29B" , 0 ),
@@ -34,7 +34,7 @@ class Instance(Plugin):
34
34
("PostgreSQL Instance: Events" , "3B415A" , 0 ),
35
35
Plugin .UNITS .none , Plugin .DELTA .simple_change ),
36
36
("xact_rollback" , "events[xact_rollback]" , "Rollback Events" ,
37
- ("PoPostgreSQL Instance: Transactions Rate" , "E57862" , 0 ),
37
+ ("PostgreSQL Instance: Transactions Rate" , "E57862" , 0 ),
38
38
Plugin .UNITS .none , Plugin .DELTA .speed_per_second ),
39
39
40
40
("temp_bytes" , "temp[bytes]" , "Temp Bytes Written" ,
@@ -77,8 +77,8 @@ class Instance(Plugin):
77
77
"""
78
78
79
79
graphs_name = {
80
- "transactions " : "PostgreSQL Instance: Blocks Rate" ,
81
- "blocks " : "PoPostgreSQL Instance: Transactions Rate" ,
80
+ "blocks " : "PostgreSQL Instance: Blocks Rate" ,
81
+ "transactions " : "PostgreSQL Instance: Transactions Rate" ,
82
82
"events" : "PostgreSQL Instance: Events" ,
83
83
"temp" : "PostgreSQL Instance: Temp Files" ,
84
84
"tuples" : "PostgreSQL Instance: Tuples" }
0 commit comments