Here’s my version of how to monitor zfs pool raid in Proxmox server deployment. Install zfs-zed package. Backup the original configuration, then edit the configuration Update the vaule at ZED_EMAIL_ADDR variable
Monit for monitoring and restart Nginx Service Automatically on Your Server.
Sometimes you need to have a third-eye to help you monitor the service on your server. One of my favorite tools to help me monitor and automatically restart service is using Monit. Here’s how to install and setup Monit for…
How to check and sync MariaDB replication inconsistency’s
In this notes, i have customer with MariaDB replication inconsistencies. This issue can happen by intention or accidental. Example, someone perform changes on the database at slave server or because the slave instance OOM for some times and started again…
Controlling Drive Led in the Linux
When you need to replace a disk in the datacenter or in your rack, you may need to identify which drive bay when you have failed disk in order not to have a wrong disk/drive is removed and lead to…
[TechCon – Level 200]: Exploring CI/CD Options in Google Cloud
Part 1: Spinnaker & GKE /w Canary Deployments Download a sample application, create a Git repository then upload it to a Google Cloud Source Repository. Build the container image. Create triggers to re-build container images on application changes. Configure a…