Skip to content

Commit 6b9eb04

Browse files
committed
docs: edit bootstrap section
1 parent 06ccba3 commit 6b9eb04

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

144146
Bootstrap DDL for monitoring (if you want to monitoring without superuser rights)
145147

146148
Create 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

0 commit comments

Comments
 (0)