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
93
93
94
94
$ mamonsu zabbix template export /usr/share/mamonsu/template.xml --url=http://zabbix/ --user=Admin --password=zabbix
95
95
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:
97
97
98
98
.. code-block :: bash
99
99
@@ -139,14 +139,18 @@ Change previously zabbix server address and client hostname:
139
139
file = /var/log/mamonsu/agent.log
140
140
level = INFO
141
141
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.
143
145
144
146
Bootstrap DDL for monitoring (if you want to monitoring without superuser rights)
145
147
146
148
Create non-privileged user (for example 'mamonsu')
147
149
148
150
.. code-block :: bash
149
151
152
+ $ createdb mamonsu
153
+
150
154
$ createuser mamonsu
151
155
152
156
Implement bootstrap from non-privileged user
You can’t perform that action at this time.
0 commit comments