2929 --pg-version <pg_version> by default 10
3030 --add-plugins <directory>
3131 --config <file>
32- HINT: default pg-version is vanilla, but with PGEE or PGPRO before version number it can be changed (PGEE_10). Supported version
33- numbers are 12, 10, 11, 9.6, 9.5
32+ HINT: Supported version numbers are 12, 10, 11, 9.6, 9.5
3433
3534
3635Export template for native zabbix agent:
4140 --template-name <template name> by default PostgresPro-<platform name>
4241 --plugin-type <plugin_type> (pg|sys|all) by default all
4342 --application <application name in template> by default App-PostgresPro-<platform name>
44- --pg-version <pg_version> by default 10
4543 --add-plugins <directory>
4644 --config <file>
4745 --old-zabbix
48- HINT: default pg-version is vanilla, but with PGEE or PGPRO before version number it can be changed (PGEE_10). Supported version
49- numbers are 12, 10, 11, 9.6, 9.5
5046By default, mamonsu exports the template for Zabbix 4.4 or higher.
5147To export a template for older Zabbix versions, use the --old-zabbix option.
5248
@@ -204,9 +200,6 @@ def print_help(self, **kwargs):
204200 --template-name <template name> by default PostgresPro-<platform name>
205201 --application <application name in template> by default App-PostgresPro-<platform name>
206202 --add-plugins <directory>
207- --pg-version <pg_version> by default 10
208- HINT: default pg-version is vanilla, but with PGEE or PGPRO before version number it can be changed (PGEE_10). Supported version
209- numbers are 12, 10, 11, 9.6, 9.5, PGEE_9.6, PGEE_10, PGEE_11, PGEE_12, PGPRO_9.6, PGPRO_10, PGPRO_11, PGPRO_12
210203
211204Export zabbix keys for native zabbix-agent:
212205Command: export zabbix-parameters
@@ -216,8 +209,7 @@ def print_help(self, **kwargs):
216209 --pg-version <pg_version> by default 10
217210 --config <file>
218211 --add-plugins <directory>
219- HINT: default pg-version is vanilla, but with PGEE or PGPRO before version number it can be changed (PGEE_10). Supported version
220- numbers are 12, 10, 11, 9.6, 9.5, PGEE_9.6, PGEE_10, PGEE_11, PGEE_12, PGPRO_9.6, PGPRO_10, PGPRO_11, PGPRO_12
212+ HINT: Supported version numbers are 12, 10, 11, 9.6, 9.5.
221213
222214
223215Export template for native zabbix agent:
@@ -229,9 +221,7 @@ def print_help(self, **kwargs):
229221 --application <application name in template> by default App-PostgresPro-<platform name>
230222 --config <file>
231223 --add-plugins <directory>
232- --pg-version <pg_version> by default 10
233- HINT: default pg-version is vanilla, but with PGEE or PGPRO before version number it can be changed (PGEE_10). Supported version
234- numbers are 12, 10, 11, 9.6, 9.5, PGEE_9.6, PGEE_10, PGEE_11, PGEE_12, PGPRO_9.6, PGPRO_10, PGPRO_11, PGPRO_12
224+
235225""" )
236226 sys .exit (2 )
237227
0 commit comments