Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1016 Bytes

README.md

File metadata and controls

41 lines (32 loc) · 1016 Bytes

pmm-admin

pmm-admin for PMM 2.x.

Contributing notes

Pre-requirements:

git, make, curl, go, gcc, pmm-server, pmm-agent

Local setup

To run pmm-admin commands

You should see something like this

Agent ID: fcbe3cb4-a95a-43f4-aef5-c3494caa5132
Node ID : 77be6b4d-a1d9-4687-8fae-7acbaee7db47
Node name: mysql-server-test-1

PMM Server:
       URL    : https://127.0.0.1:443/
       Version: 2.2.0-HEAD-fcde194

PMM-agent:
       Connected : true
       Time drift: 41.93µs
       Latency   : 211.026µs

Agents:
       3329a405-8a5d-4414-9890-b6ae4209e0cc NODE_EXPORTER RUNNING 40001

It means that everything works.

Testing

pmm-admin doesn't require setting-up an environment.
Run make test to run tests.