OS metrics not accessible

Description:

Hello, on the pmm console I cannot see anymore OS metrics since I use v2.44
I tried from the client curl http://127.0.0.1:42001/metrics but it gives Unauthorized

I there a way to solve it ? is it possible to deactivate this auth ?

Thanks

Hello @Bobleponge

From the documentation page, if you want to access /metrics endpoint, you need to use the password as mentioned below.

--agent-password=password

Override the default password for accessing the /metrics endpoint. (Username is pmm and default password is the agent ID.)

Avoid using special characters like ‘', ‘;’ and ‘$’ in the custom password.

It is possible you are using incorrect password. The /metrics endpoint works as it used to.

Dear Yunus, thanks for your comment. I found my problem : in the page OS /Node summary, in the combo node name I have nodes and servers : when I display nodes it does not display any data but it does when I use the server name… Very strange….