CONTAINERS MONITORING USING PROMETHEUS & GRAFANA

Introduction In this project, I explored Docker container monitoring using Prometheus and Grafana. The main objective was to run a Rocket.Chat server in Docker containers, using cAdvisor, node_exporter containers to export data to a Prometheus-Grafana server for monitoring. Prometheus Installation: First, I updated the instance and downloaded Prometheus (version 2.47.2) to the /opt directory. Here’s […]

CONTAINERS MONITORING USING PROMETHEUS & GRAFANA Read More »

VPN

WireGuard – openvpn Introduction I greatly enjoy reading project blogs on Medium, finding a lot of inspiration there. However, it’s blocked in some countries. To address this, I decided to set up my own VPN server using OpenVPN and WireGuard, both of which are free, open-source VPN solutions. I chose to run the VPN server

VPN Read More »

Lemp Stack

Set Up WordPress Website with Ansible Introduction In this post I explained the process of setting up a WordPress website on an Ubuntu 20.04 LTS server, Nginx, MySQL, and PHP. This LEMP stack project served as an excellent opportunity to apply and further develop my DevOps and system administration skills. Step 1: Setting Up Your

Lemp Stack Read More »