Utilisation de la [Container Station] de QNAP (https://www.qnap.com/ja-jp/how-to/tutorial/article/container-station-) [pmm (Percona Monitoring and Management)] J'ai mis en place (https://www.percona.com/doc/percona-monitoring-and-management/index.html), donc c'est un dossier de travail (désolé d'être trop concis).
--Le côté surveillé
sudo yum install pmm2-client
La place de <utilisateur>: <mot de passe>
est ʻadmin: admin` par défaut.
sudo pmm-admin config --server-insecure-tls --server-url=https://<user>:<password>@<server ip address>:443
Si vous obtenez l'erreur suivante, ajoutez --force
à la commande ci-dessus et réessayez.
Checking local pmm-agent status...
pmm-agent is running.
Registering pmm-agent on PMM Server...
Failed to register pmm-agent on PMM Server: Node with name "xxxxxx" already exists..
Ci-dessous, saisissez les paramètres de surveillance par l'une ou l'autre des méthodes.
# syntax
sudo pmm-admin add mysql --username=<mysql user> --password=<mysql user password> --query-source=<query source> <service name>
# example
sudo pmm-admin add mysql --username=john --password=johnpass --query-source=perfschema mysqlserver001
Adding MySQL Service Monitoring
Note It is also possible to add MySQL instance using UNIX socket with use of a special --socket flag followed with the path to a socket without username, password and network type:
sudo pmm-admin add mysql --socket=/var/path/to/mysql/socket
Il est nécessaire d'autoriser les ports suivants pour le client entrant. Ajoutez des paramètres d'autorisation de port pour le pare-feu ou le groupe de sécurité en fonction de l'environnement.
The following ports must be open to enable communication between the PMM Server and PMM clients.
42000 For PMM to collect genenal system metrics. 42002 For PMM to collect MySQL server metrics. 42003 For PMM to collect MongoDB server metrics. 42004 For PMM to collect ProxySQL server metrics. 42005 For PMM to collect PostgreSQL server metrics. Also PMM Server should keep ports 80 or 443 ports open for computers where PMM Client is installed to access the PMM web interface and the QAN agent.
Accédez à https: // <adresse IP du serveur>: 443
depuis votre navigateur
Lorsque vous vous connectez pour la première fois, il vous sera demandé de changer votre mot de passe.