File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Import this file in web interface of zabbix: Configuration => Templates => Impor
9393
9494 $ mamonsu zabbix template export /usr/share/mamonsu/template.xml --url=http://zabbix/ --user=Admin --password=zabbix
9595
96- Add this template like `PostgresPro-Linux ` at your monitoring host, or create host with mamonsu:
96+ Add this template like `PostgresPro-Linux2 ` at your monitoring host, or create host with mamonsu:
9797
9898.. code-block :: bash
9999
@@ -139,14 +139,18 @@ Change previously zabbix server address and client hostname:
139139 file = /var/log/mamonsu/agent.log
140140 level = INFO
141141
142- These are the main mamonsu settings to get started. You can also fine-tune other mamonsu settings
142+ These are the main mamonsu settings to get started. You can also fine-tune other mamonsu settings.
143+ At https://postgrespro.ru/products/extensions/mamonsu you can find example of configuration file for mamonsu
144+ with all available parameters.
143145
144146Bootstrap DDL for monitoring (if you want to monitoring without superuser rights)
145147
146148Create non-privileged user (for example 'mamonsu')
147149
148150.. code-block :: bash
149151
152+ $ createdb mamonsu
153+
150154 $ createuser mamonsu
151155
152156 Implement bootstrap from non-privileged user
You can’t perform that action at this time.
0 commit comments