@@ -84,7 +84,8 @@ Export template for zabbix:
84
84
$ mamonsu export template template.xml --add-plugins /etc/mamonsu/plugins
85
85
or
86
86
$ cp /usr/share/mamonsu/template.xml .
87
- or get example of config with all available parameters at https://postgrespro.ru/products/extensions/mamonsu
87
+
88
+ or get example of config with all available parameters at https://postgrespro.ru/products/extensions/mamonsu
88
89
89
90
Import this file in web interface of zabbix: Configuration => Templates => Import, or deploy with mamonsu:
90
91
@@ -103,7 +104,8 @@ Generate config on monitoring host or use preinstalled:
103
104
.. code-block :: bash
104
105
105
106
$ mamonsu export config /etc/mamonsu/agent.conf --add-plugins /etc/mamonsu/plugins
106
- or get example of config with all available parameters at https://postgrespro.ru/products/extensions/mamonsu
107
+
108
+ or get example of config with all available parameters at https://postgrespro.ru/products/extensions/mamonsu
107
109
108
110
Change previously zabbix server address and client hostname:
109
111
@@ -164,15 +166,15 @@ Export template for zabbix-agent
164
166
165
167
$ mamonsu export zabbix-template template_agent.xml
166
168
167
- or get example of template at https://postgrespro.ru/products/extensions/mamonsu
169
+ or get example of template at https://postgrespro.ru/products/extensions/mamonsu
168
170
169
171
Export or download zabbix-agent configuration file for needed PostgreSQL version
170
172
171
173
.. code-block :: bash
172
174
173
175
$ mamonsu export zabbix-parameters userparameters_pgsql_v* .conf --pg-version=version_number (by default pg-version=10)
174
176
175
- or get example of configuration file at https://postgrespro.ru/products/extensions/mamonsu
177
+ or get example of configuration file at https://postgrespro.ru/products/extensions/mamonsu
176
178
177
179
NOTE: zabbix-agent configuration file for PostgreSQL 10 and 11 are equal
178
180
0 commit comments