Skip to content

Commit 81d9923

Browse files
committed
fix: fixed dashboard syntax to be in line with zabbix updates
1 parent 2a31446 commit 81d9923

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

mamonsu/tools/zabbix_cli/dashboard.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@ def generate_dashboard(template, uuid):
3232
<uuid>{42}</uuid>
3333
<template>{1}</template>
3434
<name>{1}</name>
35-
<groups>
36-
<group>
37-
<name>Templates</name>
38-
</group>
39-
</groups>
35+
<groups></groups>
4036
<dashboards>
4137
<dashboard>
4238
<uuid>{42}</uuid>

0 commit comments

Comments
 (0)