Skip to content

Commit 01ddffa

Browse files
committed
refactoring: updated Mamonsu Dashboard
1 parent 251afb9 commit 01ddffa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mamonsu/tools/zabbix_cli/dashboard.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def generate_dashboard(template, uuid):
185185
</widget>
186186
<widget>
187187
<type>GRAPH_CLASSIC</type>
188-
<name>bgwriter write/sync</name>
188+
<name>bgwriter Events</name>
189189
<x>8</x>
190190
<y>19</y>
191191
<width>8</width>
@@ -1013,7 +1013,7 @@ def generate_dashboard(template, uuid):
10131013
</widget>
10141014
<widget>
10151015
<type>ITEM</type>
1016-
<name>WAL Write Speed</name>
1016+
<name>Count of WAL Files</name>
10171017
<y>30</y>
10181018
<width>4</width>
10191019
<height>3</height>
@@ -1051,7 +1051,7 @@ def generate_dashboard(template, uuid):
10511051
template,
10521052
Connections.graph_name,
10531053
PgLocks.graph_name,
1054-
Instance.graphs_name["tuples"],
1054+
Instance.graphs_name["transactions"],
10551055
PgBufferCache.graph_name,
10561056
ArchiveCommand.key.format("[" + ArchiveCommand.Items[2][0] + "]"),
10571057
Databases.key_autovacumm.format("[]"),
@@ -1088,5 +1088,5 @@ def generate_dashboard(template, uuid):
10881088
PgHealth.key_uptime.format("[]"),
10891089
Wal.key_wal_records.format("[]"),
10901090
Wal.key_wal_sync_duty,
1091-
Wal.key_wall.format("[]"),
1091+
Wal.key_count_wall.format("[]"),
10921092
uuid).replace("\\r\\n", " ").split())

0 commit comments

Comments
 (0)