Features Comparison Pricing Alternatives Blog Docs Français GitHub

Articles & technical guides

Feedback, tutorials and thoughts on monitoring, Docker and self-hosting.

· 3 min read

Single Binary Monitoring: Why It Matters

Why a single-binary monitoring tool changes everything for self-hosters. No dependencies, no config sprawl, no moving parts — just one container that does it …

architectureself-hostedmonitoringdockersingle-binary
· 3 min read

Docker Monitoring Without Prometheus: A Practical Guide

You don't need Prometheus to monitor Docker containers. Here's how to get full visibility into your Docker stack without PromQL, exporters, or YAML config …

dockerprometheusmonitoringtutorialself-hosted
· 3 min read

Lightweight Docker Monitoring for Homelab

The best monitoring setup for homelab Docker stacks: lightweight, self-hosted, zero config, and under 20 MB of RAM. No cloud dependencies.

homelabdockermonitoringself-hostedlightweight
· 3 min read

Self-Hosted Monitoring in 2026: The Single Binary Approach

The monitoring landscape has shifted. Self-hosted single-binary tools now rival SaaS platforms for small-to-medium Docker stacks. Here's where we are in 2026.

self-hostedmonitoringsingle-binarydocker2026
· 3 min read

Why I Built Maintenant

The story behind Maintenant: why I decided to create a unified monitoring tool for Docker and Kubernetes, and the problems I set out to solve.

productself-hostingmonitoring
· 2 min read

Monitor Your Docker Stack in 2 Minutes

Quick tutorial to install Maintenant and monitor your entire Docker Compose stack in under 2 minutes.

tutorialdockerquick-startmonitoring
· 3 min read

Monitor Docker Compose Without Writing Config Files

How to monitor your entire Docker Compose stack without prometheus.yml, grafana.ini, or any config file. Just Docker labels and auto-discovery.

dockerdocker-composemonitoringzero-configtutorial
· 3 min read

Maintenant vs Uptime Kuma: An Honest Comparison

Detailed comparison between Maintenant and Uptime Kuma for self-hosted monitoring. Strengths, weaknesses, and use cases for each tool.

comparisonuptime-kumamonitoringself-hosting
· 4 min read

From Prometheus + Grafana to Maintenant: A Migration Story

How I replaced a 5-container Prometheus + Grafana monitoring stack with a single container, freed 500 MB of RAM, and deleted 3 config files.

prometheusgrafanamigrationmonitoringdocker
· 2 min read

Maintenant vs Grafana + Prometheus: When Simple Is Better

Why deploying Grafana + Prometheus + cAdvisor is often overkill for small Docker stacks, and how Maintenant simplifies monitoring.

comparisongrafanaprometheusmonitoringdocker
· 3 min read

The Complete Docker Compose Monitoring Guide

Everything you need to know to effectively monitor a Docker Compose stack: containers, endpoints, certificates, cron jobs and system resources.

dockerdocker-composemonitoringguidetutorial
· 2 min read

Monitoring Cron Jobs with Maintenant: A Practical Guide

How to monitor your scheduled tasks and cron jobs with Maintenant's heartbeat system. Configuration, best practices and examples.

tutorialcronheartbeatmonitoring
· 2 min read

Container Auto-Discovery: How It Works Under the Hood

Technical deep-dive into Maintenant's auto-discovery mechanism: Docker socket, Kubernetes API, runtime detection and metrics collection.

technicaldockerkubernetesarchitecturego