Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ztmplimport.py #15

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update ztmplimport.py #15

wants to merge 1 commit into from

Conversation

benbugohit
Copy link

@benbugohit benbugohit commented Nov 27, 2019

Take zabbix version >= 3.4 into account concerning "applications" rules:
No more "updateExisting". See this extract from zabbix 3.4 documentation

Parameter Type Description
applications object Rules on how to import applications.

Supported parameters:
createMissing - (boolean) if set to true, new applications will be created; default: false;
deleteMissing - (boolean) if set to true, applications not present in the imported data will be deleted from the database; default: false.

Take zabbix version >= 3.4 into account concerning "applications" rules: 

Parameter 	Type 	Description
applications 	object 	Rules on how to import applications.

Supported parameters:
createMissing - (boolean) if set to true, new applications will be created; default: false;
deleteMissing - (boolean) if set to true, applications not present in the imported data will be deleted from the database; default: false.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant