ZC-CONFIG-IMPORT(1) - General Commands Manual
NAME
zc-config-import - import zabbix configuration in JSON format
SYNOPSIS
zc config import [-cdu] [file]
DESCRIPTION
The zc-config-import command, can be used for importing a series of zabbix configurations previously exported in JSON format.
If no file is specified, standard input is used.
Options are as follow:
-c
Create a missing entity if it doesn't exist on the zabbix server
-d
Delete a missing entity from the zabbix server, if it doesn't exist in the exported configuration.
-u
Update an existing entity with the imported details.
EXIT STATUS
The zc-config-import utility exits 0 on success, and >0 if an error occurs.
SEE ALSO
zc-config(1), zc-config-export(1)
AUTHORS
Andrea Biscuola <a@abiscuola.com>
OpenBSD 6.9 - September 15, 2019