Linuxguide

Checkmk – professionelles IT-Monitoring 2025

Auto-Discovery für Server, Switches und Drucker

S
SeeColors IT
11. Juni 20264 Min. Lesezeit156 Aufrufe

Checkmk Edition-Überblick

Checkmk Raw Edition (CRE):
✅ Vollständig kostenlos und Open-Source
✅ Unlimitierte Hosts
❌ Keine Support

Checkmk Standard Edition:
Bis 750 Services kostenlos (Testlizenz)
Danach: Lizenz erforderlich

Für KMU empfohlen: Raw Edition (CRE)

Checkmk Raw Edition installieren

# Ubuntu 24.04
wget https://download.checkmk.com/checkmk/2.3.0/check-mk-raw-2.3.0_0.noble_amd64.deb
dpkg -i check-mk-raw-2.3.0_0.noble_amd64.deb
apt install -f  # Abhängigkeiten

# Site erstellen
omd create monitoring
omd start monitoring

# Web-UI: http://server/monitoring
# Login: cmkadmin / [generiertes Passwort]
omd su monitoring
htpasswd etc/htpasswd cmkadmin

Checkmk Agent installieren

# Linux Agent herunterladen (vom Checkmk-Server)
wget http://CHECKMK_SERVER/monitoring/check_mk/agents/check-mk-agent_2.3.0-1_all.deb
dpkg -i check-mk-agent_2.3.0-1_all.deb

# TCP-Wrapper-Modus
systemctl enable --now check_mk.socket

# Test
check_mk_agent | head -20

# Firewall: Port 6556 vom Checkmk-Server
ufw allow from 192.168.1.100 to any port 6556

Host hinzufügen und Auto-Discovery

Setup → Hosts → Add Host:
  Hostname: web-server-01
  IPv4 Address: 192.168.1.10
  Tags: linux, production

Save → "Save & go to connection tests"
→ Agent-Verbindung testen

Dann: "Save & run service discovery"

Automatisch erkannt:
✅ CPU Usage
✅ Memory
✅ Disk Usage (alle Mounts)
✅ Nginx-Status
✅ MySQL-Verbindungen
✅ 50+ weitere Services!

Änderungen aktivieren:
"Activate Changes" (gelbe Schaltfläche)

Notifications konfigurieren

Setup → Notifications → Add rule:

Contact Selection: All users / Specific group

Notification Method:
  ASCII Email (SMTP)
  Slack Webhook

Conditions:
  When: CRIT or WARN
  Only from: Production-Hosts

Test: "Simulate notification"

Checkmk vs. Zabbix

Checkmk:
+ Einfachste Auto-Discovery
+ Beste Windows-Integration
+ Made in Germany (DSGVO)
+ Starke Community in DACH

Zabbix:
+ Mehr Flexibilität
+ Bessere SNMP-Unterstützung
+ Mehr Integrationen

FAQ

Wie viele Hosts kann Checkmk Raw kostenlos überwachen?
Unbegrenzt! Die Raw Edition hat kein Host-Limit. Bei Enterprise Features (Reporting, SLA) wird eine Lizenz benötigt.

Fazit

Checkmk ist das beste Enterprise-Monitoring für deutschsprachige KMU: Auto-Discovery, exzellente Windows-Integration und DSGVO-konform.

Checkmk Monitoring für KMU in Heidelberg, Mannheim und der Rhein-Neckar-Region. Anfragen.

Artikel teilen

War dieser Artikel hilfreich?

Dein Feedback hilft uns, bessere Inhalte zu erstellen.

Kommentar hinterlassen

Verwandte Artikel