You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
or get example of configuration file at https://postgrespro.ru/products/extensions/mamonsu
218
+
or get an example of configuration file at https://postgrespro.ru/products/extensions/mamonsu
194
219
195
220
NOTE: zabbix-agent configuration file for PostgreSQL 10 and 11 are equal
196
221
197
-
Bash scripts for OS parameters monitoring are exported with configuration file in directory /scripts
222
+
Bash scripts for OS parameters monitoring are exported with the configuration file in directory /scripts
198
223
Or you can download them at https://postgrespro.ru/products/extensions/mamonsu
199
224
200
225
Add configuration file to zabbix-agent directory as /etc/zabbix/zabbix_agentd.d/userparameters_pgsql.conf
201
226
202
-
NOTE: Make sure path for bash scripts in zabbix-agent configuration file is valid
227
+
NOTE: Make sure that the path for bash scripts in the zabbix-agent configuration file is valid
203
228
204
229
Edit connections options of zabbix-agent /etc/zabbix/zabbix_agentd.conf, following standard instructions for zabbix-agent installation (https://www.zabbix.com/documentation/3.4/manual/concepts/agent)
205
230
206
231
==================
207
232
Write your plugin
208
233
==================
209
234
210
-
All plugins must exist in plugin directory which is defined in your configuration file.
235
+
All plugins must exist in the plugin directory which is defined in your configuration file.
211
236
212
-
See the `examples <https://github.com/postgrespro/mamonsu/tree/master/examples>`_ for aditional information.
237
+
See the `examples <https://github.com/postgrespro/mamonsu/tree/master/examples>`_ for additional information.
213
238
214
-
After add new plugin, you must to reexport template and import this file to zabbix.
239
+
After adding a new plugin, you must re-export the template and import a new template to Zabbix.
215
240
216
241
=========
217
242
3rd-party
@@ -405,7 +430,7 @@ Screenshots
405
430
Tool: Report
406
431
============
407
432
408
-
Create report about used hardware and PostgreSQL:
433
+
Create a report about used hardware and PostgreSQL:
0 commit comments