Commit graph

23 commits

Author SHA1 Message Date
Auto-Sync
834c0f6602 Auto-Sync: 2026-03-09 09:00 2026-03-09 09:00:09 +01:00
root
1f4e5ed388 3 neue Datenquellen: Forgejo (Issues/Commits), Seafile (Cloud-Speicher), PBS (Backups) 2026-03-09 14:50:09 +07:00
root
1e6e2290a2 llm.py: Timeout auf 60s erhöht für Tool-Calling 2026-03-09 14:35:33 +07:00
root
a217eab970 Tool-Calling: LLM entscheidet selbst welche Datenquellen abgefragt werden 2026-03-09 14:32:57 +07:00
root
8d3bb17853 monitor: False-Positive-Filter für HTTP-Access-Logs
Artikel-Titel mit "fatal" in URLs triggerten Fehlalarme.
GET/POST-Zeilen und erfolgreiche HTTP-Responses werden ignoriert.

Made-with: Cursor
2026-03-09 14:15:36 +07:00
root
586bedc0eb prometheus_client: alle Filesysteme anzeigen (ZFS, LVM, NVMe)
Root-Partition + Extra-Datastores (ZFS-Pools, /var/lib/vz etc.)
werden jetzt korrekt in Übersicht und Detail angezeigt.

Made-with: Cursor
2026-03-09 14:04:10 +07:00
root
8f9c09b9de prometheus_client: PBS-MU hinzugefügt, n/a für fehlende Metriken
Made-with: Cursor
2026-03-09 13:58:25 +07:00
Auto-Sync
214ee15c20 Auto-Sync: 2026-03-09 07:45 2026-03-09 07:45:08 +01:00
root
16036531f3 Prometheus-Integration: 7 Hosts überwachen + Bot-Kontext
- prometheus_client.py komplett neu: host-basierte Abfragen,
  Warnungen bei CPU>80%, RAM>85%, Disk>85%, format_overview/detail
- context.py: Prometheus-Daten bei System-Fragen laden,
  host-spezifische Detail-Abfrage, Warnungen im Fallback

Made-with: Cursor
2026-03-09 13:35:12 +07:00
root
6c34a82259 fix: wordpress_client nutzt lokale IP 10.10.10.101 statt Tailscale
CT 116 Tailscale hat keine Konnektivität zu anderen Tailscale-IPs.
Fallback auf lokale 10.10.10.101 (Docker-Bridge auf pve-hetzner).

Made-with: Cursor
2026-03-09 13:17:08 +07:00
Auto-Sync
324b7715c6 Auto-Sync: 2026-03-09 07:15 2026-03-09 07:15:09 +01:00
root
02a645bc33 fix: wordpress_client.init(cfg) vor format_overview aufrufen
Ohne init() sind WP_URL und WP_PASSWORD noch leer.

Made-with: Cursor
2026-03-09 13:14:29 +07:00
root
4428730807 fix: wordpress_client init() — CT 101 korrekt finden
- Filter auf vmid==101 UND host=='pve-hetzner' (eindeutig)
- Passwort aus PW_WP_ADMIN in cfg.raw
- check_connectivity() prüft WP_URL/WP_PASSWORD vor Request

Made-with: Cursor
2026-03-09 13:13:08 +07:00
root
7060618a59 feat: context.py — WordPress-Daten in LLM-Kontext einbauen
Bei Fragen zu wordpress/blog/post/artikel etc. wird
wordpress_client.format_overview() automatisch geladen.

Bot kann jetzt auf Fragen antworten wie:
- "Wie viele Posts heute?"
- "Gibt es pending Kommentare?"
- "Welche Plugins sind aktiv?"

Made-with: Cursor
2026-03-09 13:10:57 +07:00
root
fb9ab8ab81 feat: wordpress_client.py — REST API für Blog-Statistiken
Funktionen:
- get_post_stats(days) — Posts heute/gestern/Woche/Monat
- get_pending_comments() — warten auf Freigabe
- get_top_posts(limit) — Top Posts nach Zugriffen/Kommentaren
- get_plugin_status() — aktive/inaktive Plugins
- check_connectivity() — WordPress erreichbar?
- format_overview() — /wp Command Output

Nutzt Tailscale IP für Zugriff auf CT 101 WordPress.

Made-with: Cursor
2026-03-09 13:10:26 +07:00
Auto-Sync
fb4640bf17 Auto-Sync: 2026-03-09 07:00 2026-03-09 07:00:09 +01:00
root
a3e7337d9a fix: monitor.py wiederhergestellt (war leer nach git reset)
- format_report() und check_all() wieder verfügbar
- _get_passwords() nutzt dynamische PROXMOX_HOSTS statt hardcodiert
- IGNORED_HOSTS Set für ${HOSTNAME} Filterung

Made-with: Cursor
2026-03-09 12:59:34 +07:00
root
1047bd0aca fix: config.py Parser für neues CT_VMID_SERVER Format angepasst
- CT/VM Pattern: CT_101_HZ, CT_600_KA3, VM_144_MU3
- HOST_CODE_MAP: HZ, KA1-3, MU1-3, HE
- PROXMOX_HOSTS wird aus SRV_* Einträgen befüllt
- get_container() mit optionalem host-Filter
- get_containers_by_host() Hilfsfunktion
- proxmox_client.py: PROXMOX_HOSTS leer, wird dynamisch befüllt

Made-with: Cursor
2026-03-09 09:33:01 +07:00
Auto-Sync
8d9e2bbbba feat: Permanente Tastatur mit 6 Schnellzugriff-Buttons 2026-03-08 14:31:19 +01:00
Auto-Sync
fcd0a1616e feat: /feeds Befehl + täglicher Feed-Report 22:00 2026-03-08 14:26:38 +01:00
Auto-Sync
17d51e6924 feat: Bot-Code + Core-Module persistent aufgenommen 2026-03-08 11:57:26 +01:00
Auto-Sync
cf5192c5b0 Auto-Sync: 2026-03-08 11:45 2026-03-08 11:45:08 +01:00
Auto-Sync
b0facadb16 Bot-Code (CT 116) ins Repo: telegram_bot, context, llm, monitor 2026-03-08 08:52:37 +01:00