50% off tất cả các gói, thời gian có hạn. Bắt đầu từ $2.48/mo
PatchMon

PatchMon

PatchMon là công cụ theo dõi bản vá Linux. Nắm bắt các cập nhật đang chờ, CVE và trạng thái khởi động lại của toàn bộ hệ thống từ một dashboard duy nhất. Mã nguồn mở, thu thập dữ liệu qua agent và giao diện web trực quan. Phù hợp cho sysadmin quản lý từ 10 đến 100 máy chủ Linux mà không cần CMDB trả phí.

Version

1.4.1

Operating System

Ubuntu Server 24.04 LTS

Min. RAM

1 GB

IP Types

IPV4,IPV6

Access PatchMon

  1. Mở trình duyệt và truy cập: http://<SERVER_IP>:3000
  2. Hoàn thành trình hướng dẫn thiết lập để tạo tài khoản admin.

Các file và thư mục quan trọng

  • Application directory: /root/patchmon/
  • Compose file: /root/patchmon/docker-compose.yml
  • Environment file: /root/patchmon/.env
  • PostgreSQL data: /var/lib/docker/volumes/patchmon_postgres_data/_data
  • Redis data: /var/lib/docker/volumes/patchmon_redis_data/_data
  • Agent scripts: /var/lib/docker/volumes/patchmon_agent_files/_data
  • Branding assets: /var/lib/docker/volumes/patchmon_branding_assets/_data

Managing Services

Kiểm tra các container đang chạy:

docker ps

View logs:

docker compose -f /root/patchmon/docker-compose.yml logs -f

Khởi động lại tất cả container:

docker compose -f /root/patchmon/docker-compose.yml restart

Recreate containers:

docker compose -f /root/patchmon/docker-compose.yml up -d

Chuyển sang HTTPS và tên miền

1. Edit the .env tệp trong phần REQUIRED:

SERVER_PROTOCOL=https
SERVER_HOST=patchmon.example.com
SERVER_PORT=443
CORS_ORIGIN=https://patchmon.example.com

2. Recreate containers:

cd /root/patchmon
docker compose up -d

3. Cấu hình Nginx với chứng chỉ SSL cho tên miền của bạn.

4. Restart Nginx:

systemctl restart nginx 

5. Mở trình duyệt và truy cập: https://patchmon.example.com

More in Monitoring

Related apps.

Triển khai PatchMon ngay. From $2.48/mo.