FinClip Mini Program Digital Management System - System Patrol
1. Overview
This manual performs a system patrol via Ansible and generates a report. It applies to clusters installed following the deployment documentation: https://devops-docs.finogeeks.club/deployment/03_installation_steps/
2. Preparation
· Prepare the patrol ansible-playbook package and upload it to the server.
https://static.finogeeks.club/deploy/download/check-master.tar.gz
3. Steps
tar -zxvf check-master.tar.gz
cd check-master
# Copy the inventory file of the deployed cluster, or create a new inventory file and add the IPs of all nodes
cp /data/finclip-installation/finclip-deploy-ansible-master/inventory .
# Run the patrol script
ansible-playbook init.yml
Once execution completes, there should be no error messages.
4. Viewing the Report
The report file is generated at: server /tmp/report-%Y-%m-%d.html
Download the file to your local computer and open it in a browser:

· Pay attention to server resource usage
Normal indicator: ok Total = Total
· Pay attention to the Kubernetes cluster and service status
Normal indicator: cluster is healthy, services are in a normal state, and no pods have restarted compared with the previous patrol
