We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171890a commit 28e8714Copy full SHA for 28e8714
mamonsu/tools/zabbix_cli/dashboard.py
@@ -1083,6 +1083,6 @@ def generate_dashboard(template, uuid):
1083
Instance.key + Instance.Items[11][1],
1084
PgHealth.key_uptime.format("[]"),
1085
Wal.key_wal_records.format("[]"),
1086
- Wal.key_wal_sync_duty,
+ Wal.key_wal_sync_duty.format("[]"),
1087
Wal.key_count_wall.format("[]"),
1088
uuid).replace("\\r\\n", " ").split())
0 commit comments