|
19 | 19 | --add-plugins <directory>
|
20 | 20 |
|
21 | 21 |
|
22 |
| -Export zabbix keys for zabbix-agent in config file: |
| 22 | +Export zabbix keys for native zabbix-agent: |
23 | 23 | Command: export zabbix-parameters
|
24 | 24 | Examples:
|
25 | 25 | {prog} export zabbix-parameters <file>
|
|
28 | 28 | Options:
|
29 | 29 | --plugin-type <plugin_type> (pg,sys,all)
|
30 | 30 | --pg-version <pg_version>
|
| 31 | + --add-plugins <directory> |
| 32 | + --config <file> |
31 | 33 | Default plugin_type = all, pg-version = 10
|
32 | 34 | Note: default pg-version is vanilla, but with PGPRO or PGEE before version number it can be changed. Supported version
|
33 | 35 | numbers are 10, 11, 9.6, 9.5
|
34 | 36 | Example: PGPRO_10 or PGEE_11 or PGPRO_9.6
|
35 | 37 |
|
36 | 38 |
|
37 |
| -Export zabbix agent template with additional plugins included in config file: |
| 39 | +Export template for native zabbix agent: |
38 | 40 | Command: export zabbix-template
|
39 | 41 | Examples:
|
40 | 42 | {prog} export zabbix-template <file>
|
41 | 43 | Options:
|
42 | 44 | --template-name <template name>
|
| 45 | + --plugin-type <plugin_type> (pg,sys,all) |
43 | 46 | --application <application name in template>
|
44 | 47 | --pg-version <pg_version>
|
45 |
| -Default template name = PostgresPro-<platform name>, application = App-PostgresPro-<platform name>, pg-version = 10, |
| 48 | + --add-plugins <directory> |
| 49 | + --config <file> |
| 50 | +Default plugin_type = all, template name = PostgresPro-<platform name>, |
| 51 | +application = App-PostgresPro-<platform name>, pg-version = 10, |
46 | 52 | Note: default pg-version is vanilla, but with PGPRO or PGEE before version number it can be changed. Supported version
|
47 | 53 | numbers are 10, 11, 9.6, 9.5
|
48 | 54 | Example: PGPRO_10 or PGEE_11 or PGPRO_9.6
|
|
56 | 62 | --add-plugins <directory>
|
57 | 63 | --template-name <template name>
|
58 | 64 | --application <application name in template>
|
| 65 | + --config <file> |
59 | 66 | Default template name = PostgresPro-<platform name>, application = App-PostgresPro-<platform name>
|
60 | 67 |
|
61 | 68 |
|
@@ -179,25 +186,24 @@ def print_help(self):
|
179 | 186 | Options:
|
180 | 187 | --config <file>
|
181 | 188 | -t <template name>
|
182 |
| - -a <application name in template> |
| 189 | + --application <application name in template> |
183 | 190 |
|
184 | 191 |
|
185 |
| -Export zabbix keys for zabbix-agent in config file: |
| 192 | +Export zabbix keys for native zabbix-agent: |
186 | 193 | Command: export zabbix-parameters
|
187 | 194 | Examples:
|
188 | 195 | {prog} export zabbix-parameters <file>
|
189 | 196 | Options:
|
190 |
| - -v <pg_version> |
| 197 | + --pg-version <pg_version> |
191 | 198 |
|
192 |
| - |
193 |
| - |
194 |
| -Export zabbix agent template with additional plugins included in config file: |
| 199 | + |
| 200 | +Export template for native zabbix agent: |
195 | 201 | Command: export zabbix-template
|
196 | 202 | Examples:
|
197 | 203 | {prog} export zabbix-template <file>
|
198 | 204 | Options:
|
199 | 205 | -t <template name>
|
200 |
| - -a <application name in template> |
| 206 | + --application <application name in template> |
201 | 207 |
|
202 | 208 | """)
|
203 | 209 | sys.exit(2)
|
|
0 commit comments