Install Pmm-Client on Suse SLES

Hi, i need to monitor query metrics to PosgreSQL (9.6) DB, installed on linux Suse (SLES 12.3).

Is it possible with PMM ? How i can install PMM client and set this to monitor Postgresql ?

My PMM server is latest version

I’ve done it by downloading PMM’s latest .rpm (based on what I found at Download Percona Monitoring and Management 2):

curl https://downloads.percona.com/downloads/pmm2/2.19.0/binary/redhat/8/x86_64/pmm2-client-2.19.0-6.el8.x86_64.rpm --output pmm2-client-2.19.0-6.el8.x86_64.rpm

And then ran the installer:

zypper install pmm2-client-2.19.0-6.el8.x86_64.rpm

And then configured it as per the quick start guide: Install Percona Monitoring and Management

1 Like