pmm-admin add says it failed when it didn't
Description
How to test
How to document
Attachments
Smart Checklist
Activity

Lalit Choudhary August 16, 2018 at 3:39 PM
Hi Derek,
Please try same with latest PMM version 1.13.0 on kubernetes, if it still fails please send us steps that you are using to start PMM under kubernetes.

Lalit Choudhary August 16, 2018 at 3:15 PMEdited
Hi Derek,
Thank you for the report.
Tested same on docker with PMM Server and Client 1.13.0, working fine. could you please try this with latest PMM 1.13.0 version.

Derek Perkins May 20, 2018 at 3:47 AM
Thanks, I'll try that out. This is a great reason to publish a client container as reported here: https://jira.percona.com/browse/PMM-2500

Евгений Клёмин May 20, 2018 at 2:15 AM
@derekperkins `apt-get update && apt-get install -y procps` fix this issue. Initd script check service with `ps` command in debian.

Derek Perkins February 2, 2018 at 4:28 PM
`/prometheus/targets` is all green.
`linux:metrics` added fine when I tested it, I just am not adding it because I have other monitoring set up for node monitoring. All 3, `linux:metrics`, `mysql:metrics` and `mysql:queries` report that they are running correctly in the logs.
`pmm-client` is running from this Docker image: https://hub.docker.com/r/vitess/pmm-client/
I'm trying to run PMM in kubernetes, and it's actually working, but when I run `pmm-admin add`, it reports that it failed. When opening the log file, it shows that it succeeded, and I am actually seeing data being reported to the server. If it isn't showing any errors in the logs, is there a way to see why it is failing? I see the same results when running:
pmm-admin add mysql
pmm-admin add mysql:metrics
pmm-admin add mysql:queries