Skip to content

Commit 6349811

Browse files
authored
Fix for zabbix 3.4
Fix missing UpdateExisting for applications in Zabbix API 3.4
1 parent 7956d54 commit 6349811

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mamonsu/tools/zabbix_cli/operations.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ def template(self, args):
171171
'createMissing': True,
172172
'updateExisting': True},
173173
'applications': {
174-
'createMissing': True,
175-
'updateExisting': True},
174+
'createMissing': True},
176175
'discoveryRules': {
177176
'createMissing': True,
178177
'updateExisting': True},

0 commit comments

Comments
 (0)