18
18
Options:
19
19
--add-plugins <directory>
20
20
21
-
22
21
Export zabbix keys for native zabbix-agent:
23
22
Command: export zabbix-parameters
24
23
Examples:
@@ -172,11 +171,14 @@ def print_help(self):
172
171
Options:
173
172
-c, --config <file>
174
173
-p, --pid <pid-file>
174
+ -t, --template-name <template name>
175
+ -a, --add-plugins <directory>
175
176
176
177
Export example config with default variables:
177
178
Command: export
178
179
Examples:
179
180
{prog} export config <file>
181
+ --add-plugins <directory>
180
182
181
183
182
184
Export zabbix template with additional plugins included in config file:
@@ -185,8 +187,9 @@ def print_help(self):
185
187
{prog} export template <file>
186
188
Options:
187
189
--config <file>
188
- -t <template name>
190
+ --template-name <template name>
189
191
--application <application name in template>
192
+ --add-plugins <directory>
190
193
191
194
192
195
Export zabbix keys for native zabbix-agent:
@@ -195,15 +198,19 @@ def print_help(self):
195
198
{prog} export zabbix-parameters <file>
196
199
Options:
197
200
--pg-version <pg_version>
201
+ --config <file>
202
+ --add-plugins <directory>
198
203
199
204
200
205
Export template for native zabbix agent:
201
206
Command: export zabbix-template
202
207
Examples:
203
208
{prog} export zabbix-template <file>
204
209
Options:
205
- -t <template name>
210
+ --template-name <template name>
206
211
--application <application name in template>
212
+ --config <file>
213
+ --add-plugins <directory>
207
214
208
215
""" )
209
216
sys .exit (2 )
0 commit comments