Skip to content

Commit 2bd3f56

Browse files
committed
Merge branch 'dev'
2 parents ed94e21 + ee17103 commit 2bd3f56

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

README.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,41 @@ $ makensis packaging/win/mamonsu.nsis
132132

133133
## Installation
134134
To use Mamonsu, you must create a Zabbix account and set up a Zabbix server as explained in [Zabbix documentation](https://www.zabbix.com/documentation/current/). Naturally, you must also have a PostgreSQL instance up and running if you are going to monitor PostgreSQL metrics.
135-
A pre-built Mamonsu packages is provided in official Postgres Pro repository: [repo/mamonsu](https://repo.postgrespro.ru/mamonsu/)
135+
A pre-built Mamonsu packages is provided in official Postgres Pro repository: [repo/mamonsu](https://repo.postgrespro.ru/mamonsu/)
136+
137+
**For Debian, Ubuntu, Astra:**
138+
```shell
139+
$ wget https://repo.postgrespro.ru/mamonsu/keys/apt-repo-add.sh
140+
$ sudo chmod 700 ./apt-repo-add.sh
141+
$ sudo ./apt-repo-add.sh
142+
$ apt-get install mamonsu
143+
```
144+
**For RPM-based distros such as Centos, RHEL, Oraclelinux, SLES, AltLinux, AltLinux-spt:**
145+
Install rpm from repository adding name of the specific distro such as:
146+
```shell
147+
$ rpm -i https://repo.postgrespro.ru/mamonsu/keys/centos.rpm
148+
```
149+
Install package
150+
- for RH-like:
151+
```shell
152+
$ yum install mamonsu
153+
```
154+
- for SLES:
155+
```shell
156+
$ zypper install mamonsu
157+
```
158+
- for AltLinux, AltlLinux-spt:
159+
```shell
160+
$ apt-get update
161+
$ apt-get install mamonsu
162+
```
163+
**For Windows:**
164+
Pre-Build packages for Windows: [Windows installer](https://repo.postgrespro.ru/mamonsu/win/)
165+
166+
**Build and install from source code:**
167+
```shell
168+
git clone ... && cd mamonsu && python3 setup.py build && python3 setup.py install
169+
```
136170

137171
## Usage
138172
### Screenshots

0 commit comments

Comments
 (0)