@@ -185,7 +185,7 @@ def generate_dashboard(template, uuid):
185
185
</widget>
186
186
<widget>
187
187
<type>GRAPH_CLASSIC</type>
188
- <name>bgwriter write/sync </name>
188
+ <name>bgwriter Events </name>
189
189
<x>8</x>
190
190
<y>19</y>
191
191
<width>8</width>
@@ -1013,7 +1013,7 @@ def generate_dashboard(template, uuid):
1013
1013
</widget>
1014
1014
<widget>
1015
1015
<type>ITEM</type>
1016
- <name>WAL Write Speed </name>
1016
+ <name>Count of WAL Files </name>
1017
1017
<y>30</y>
1018
1018
<width>4</width>
1019
1019
<height>3</height>
@@ -1051,7 +1051,7 @@ def generate_dashboard(template, uuid):
1051
1051
template ,
1052
1052
Connections .graph_name ,
1053
1053
PgLocks .graph_name ,
1054
- Instance .graphs_name ["tuples " ],
1054
+ Instance .graphs_name ["transactions " ],
1055
1055
PgBufferCache .graph_name ,
1056
1056
ArchiveCommand .key .format ("[" + ArchiveCommand .Items [2 ][0 ] + "]" ),
1057
1057
Databases .key_autovacumm .format ("[]" ),
@@ -1088,5 +1088,5 @@ def generate_dashboard(template, uuid):
1088
1088
PgHealth .key_uptime .format ("[]" ),
1089
1089
Wal .key_wal_records .format ("[]" ),
1090
1090
Wal .key_wal_sync_duty ,
1091
- Wal .key_wall .format ("[]" ),
1091
+ Wal .key_count_wall .format ("[]" ),
1092
1092
uuid ).replace ("\\ r\\ n" , " " ).split ())
0 commit comments