Remove services from monitoring¶
To stop monitoring a service, use the pmm-admin remove
command with the appropriate service type and name:
pmm-admin remove <service-type> <service-name>
Command reference¶
service-type
: The type of service to remove: mysql, mongodb, postgresql, proxysql, haproxy, or externalservice-name
: The name of the service as displayed in PMM inventory
Example¶
To remove a MySQL service:
pmm-admin remove mysql mysql-prod-db1
Verify service removal¶
After removing a service, you can verify it’s no longer being monitored by listing all monitored services:
pmm-admin list