@@ -18,54 +18,54 @@ class Instance(Plugin):
18
18
# ('graph name', color, side), units, delta
19
19
20
20
("xact_commit" , "transactions[committed]" , "Transactions Committed" ,
21
- ("PostgreSQL instance: transactions rate " , "578159" , 0 ),
21
+ ("PoPostgreSQL Instance: Transactions Rate " , "578159" , 0 ),
22
22
Plugin .UNITS .none , Plugin .DELTA .speed_per_second ),
23
23
("blks_hit" , "blocks[hit]" , "Blocks Hit" ,
24
- ("PostgreSQL instance: blocks rate " , "7EB29B" , 0 ),
24
+ ("PostgreSQL Instance: Blocks Rate " , "7EB29B" , 0 ),
25
25
Plugin .UNITS .none , Plugin .DELTA .speed_per_second ),
26
26
("blks_read" , "blocks[read]" , "Blocks Read" ,
27
- ("PostgreSQL instance: blocks rate " , "793F5D" , 0 ),
27
+ ("PostgreSQL Instance: Blocks Rate " , "793F5D" , 0 ),
28
28
Plugin .UNITS .none , Plugin .DELTA .speed_per_second ),
29
29
30
30
("conflicts" , "events[conflicts]" , "Conflict Events" ,
31
- ("PostgreSQL instance: events " , "9C8A4E" , 0 ),
31
+ ("PostgreSQL Instance: Events " , "9C8A4E" , 0 ),
32
32
Plugin .UNITS .none , Plugin .DELTA .simple_change ),
33
33
("deadlocks" , "events[deadlocks]" , "Deadlock Events" ,
34
- ("PostgreSQL instance: events " , "3B415A" , 0 ),
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
- ("PostgreSQL instance: transactions rate " , "E57862" , 0 ),
37
+ ("PoPostgreSQL Instance: Transactions Rate " , "E57862" , 0 ),
38
38
Plugin .UNITS .none , Plugin .DELTA .simple_change ),
39
39
40
40
("temp_bytes" , "temp[bytes]" , "Temp Bytes Written" ,
41
- ("PostgreSQL instance: temp files " , "00B0B8" , 0 ),
41
+ ("PostgreSQL Instance: Temp Files " , "00B0B8" , 0 ),
42
42
Plugin .UNITS .bytes , Plugin .DELTA .simple_change ),
43
43
("temp_files" , "temp[files]" , "Temp Files Created" ,
44
- ("PostgreSQL instance: temp files " , "0082A5" , 1 ),
44
+ ("PostgreSQL Instance: Temp Files " , "0082A5" , 1 ),
45
45
Plugin .UNITS .none , Plugin .DELTA .simple_change ),
46
46
47
47
# stacked
48
48
("tup_deleted" , "tuples[deleted]" , "Tuples Deleted" ,
49
- ("PostgreSQL instance: tuples " , "3B415A" , 0 ),
49
+ ("PostgreSQL Instance: Tuples " , "3B415A" , 0 ),
50
50
Plugin .UNITS .none , Plugin .DELTA .speed_per_second ),
51
51
("tup_fetched" , "tuples[fetched]" , "Tuples Fetched" ,
52
- ("PostgreSQL instance: tuples " , "7EB29B" , 0 ),
52
+ ("PostgreSQL Instance: Tuples " , "7EB29B" , 0 ),
53
53
Plugin .UNITS .none , Plugin .DELTA .speed_per_second ),
54
54
("tup_inserted" , "tuples[inserted]" , "Tuples Inserted" ,
55
- ("PostgreSQL instance: tuples " , "00B0B8" , 0 ),
55
+ ("PostgreSQL Instance: Tuples " , "00B0B8" , 0 ),
56
56
Plugin .UNITS .none , Plugin .DELTA .speed_per_second ),
57
57
("tup_returned" , "tuples[returned]" , "Tuples Returned" ,
58
- ("PostgreSQL instance: tuples " , "9C8A4E" , 1 ),
58
+ ("PostgreSQL Instance: Tuples " , "9C8A4E" , 1 ),
59
59
Plugin .UNITS .none , Plugin .DELTA .speed_per_second ),
60
60
("tup_updated" , "tuples[updated]" , "Tuples Updated" ,
61
- ("PostgreSQL instance: tuples " , "6A4F5F" , 0 ),
61
+ ("PostgreSQL Instance: Tuples " , "6A4F5F" , 0 ),
62
62
Plugin .UNITS .none , Plugin .DELTA .speed_per_second ),
63
63
]
64
64
Items_pg_12 = [
65
65
# key, zbx_key, description,
66
66
# ('graph name', color, side), units, delta
67
67
("checksum_failures" , "events[checksum_failures]" , "checksum_failures Events" ,
68
- ("PostgreSQL instance: events " , "793F5D" , 0 ),
68
+ ("PostgreSQL Instance: Events " , "793F5D" , 0 ),
69
69
Plugin .UNITS .none , Plugin .DELTA .simple_change )
70
70
]
71
71
@@ -78,7 +78,7 @@ class Instance(Plugin):
78
78
79
79
graphs_name = {
80
80
"transactions" : "PostgreSQL Instance: Blocks Rate" ,
81
- "blocks" : "PostgreSQL Instance: Transactions Rate" ,
81
+ "blocks" : "PoPostgreSQL 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