Skip to content

Commit 2eb19c5

Browse files
committed
docs: changed documentation regarding PG version support
1 parent 1c4dd59 commit 2eb19c5

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

mamonsu/lib/parser.py

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
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
3635
Export template for native zabbix agent:
@@ -41,12 +40,9 @@
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
5046
By default, mamonsu exports the template for Zabbix 4.4 or higher.
5147
To 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
211204
Export zabbix keys for native zabbix-agent:
212205
Command: 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
223215
Export 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

Comments
 (0)