Logo Vincent

mysql-exporter

Preface: Building a monitoring system with Prometheus + Grafana. This article covers monitoring MySQL. Steps include modifying the MySQL exporter config file, installing MySQL exporter, granting MySQL permissions, modifying the Prometheus config file, and adding a Grafana dashboard.

DevOps

redis-exporter

Setting up Redis monitoring with Prometheus and Grafana using redis-exporter — installation, Prometheus config, and Grafana dashboard setup.

DevOps
JumpServer

JumpServer

Preface: JumpServer is a popular open-source bastion host. If you have many servers to manage and need security auditing, JumpServer is a great choice. This article covers installation, configuration, and basic usage.

DevOps
prometheus+grafana

prometheus+grafana

Setting up a monitoring system with Prometheus and Grafana — covering Prometheus server, node-exporter, Grafana dashboard configuration, and Docker deployment.

DevOps
docker-nginx

docker-nginx

Preface There are many Docker images for nginx. This article packages a business nginx into a Docker image. Choosing the nginx version alpine Alpine is a minimal Linux distribution, with an image size of only 7.73M. nginx also has an alpine-based version. This article uses the alpine-based version. stable ngi

DevOps
Docker Private Registry

Docker Private Registry

Preface After becoming proficient with Docker locally, the next step is to push local Docker images to a remote registry for easy access elsewhere. Common commands The previous section covered common Docker commands, see: https://blog.insistime.com/dockercmds Official Docker Hub Docker offici

DevOps
Common Docker Commands

Common Docker Commands

Docker official website: https://www.docker.com/ hub: https://www.docker.com/products/dockerhub/ Docker concepts image: a packaged snapshot container: a running instance of an image repository: a place to store images Docke

DevOps
© 2026 vincentqiao.com . All rights reserved.