Skip to content

Commit 28e8714

Browse files
committed
fix: fixed dashboard syntax
1 parent 171890a commit 28e8714

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mamonsu/tools/zabbix_cli/dashboard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,6 +1083,6 @@ def generate_dashboard(template, uuid):
10831083
Instance.key + Instance.Items[11][1],
10841084
PgHealth.key_uptime.format("[]"),
10851085
Wal.key_wal_records.format("[]"),
1086-
Wal.key_wal_sync_duty,
1086+
Wal.key_wal_sync_duty.format("[]"),
10871087
Wal.key_count_wall.format("[]"),
10881088
uuid).replace("\\r\\n", " ").split())

0 commit comments

Comments
 (0)