Hello.
Adding new server with ‘pmm-admin add mongodb’ by mistake added second server with the name of first one and now see in dashboard two servers with the same name.
Failed to remove and add both again, still the same, two same names in dashboard, but different in Service name.
Is it possible to fix it without the whole server re-installation?
1 Like
Hello, you can remove the additional service with:
pmm-admin remove mongodb your-duplicate-mongo-service-name
you can check the proper name with pmm-admin list
the dashboard should stop displaying the extra service name after some time has passed, i.e. wait 1 hour and then select last 15 min time span. The duplicate name should be gone.
1 Like
Hello @Seventh_Son,
Just to elaborate on what igroene said, removing a node will not purge out any previously collected data. So you will continue to see duplicate data for a bit.
1 Like