OllamaWatch — Catch Ollama Crashes Before Your Users Do (Telegram Alerts)
by Samoxis
Get a Telegram alert the moment a model crashes, the GPU runs out of memory, or the API stops responding.
Secure checkout via Stripe
Works with the AI tools you already use
See it in action
You say
My Ollama server keeps going down overnight and I don't know why. Run OllamaWatch and set up Telegram alerts so I get notified the moment it goes down or recovers.
Your agent does
🔴 OLLAMA DOWN http://localhost:11434 Error: Connection refused (is Ollama running?)
💡 Ollama is not running. Start with: ollama serve (or check the systemd/service).
2026-06-07 21:42:18 UTC
✅ OLLAMA RECOVERED http://localhost:11434 Latency: 142 ms Loaded: llama3.1:8b-instruct-q4_K_M
2026-06-07 21:47:33 UTC
What you get
About this skill
Stop babysitting your Ollama server. Get a Telegram alert the moment a model crashes, the GPU runs out of memory, or the API stops responding.
Built for homelabbers and self-hosters running Ollama 24/7 who don't want to pay for SaaS monitoring or refresh dashboards manually.
Features:
- DOWN alerts (🔴): instant notification when the API is unreachable, hung, or returning errors
- DEGRADED alerts (⚠️): CUDA OOM, runner crashes, log errors, GPU memory above 95%
- RECOVERED alerts (✅): service is back, includes latency and currently loaded models
- Smart alerting: fires only on state transitions, no spam
- Built-in fix hints: every alert includes a suggested remediation
- NVIDIA GPU monitoring via nvidia-smi (gracefully skipped on AMD/Intel/CPU-only setups)
- Cross-platform: Linux, macOS, Windows (auto-detects log paths)
- Single-file Python script: no Docker, no Node.js, no SaaS subscription
- MIT licensed
Install: pip install -r requirements.txt python3 ollamawatch.py check # one-shot health check python3 ollamawatch.py watch # continuous monitoring
Requires: Python 3.8+, Ollama (local or remote), free Telegram bot (5-min setup).
Use cases:
- Monitor a remote Ollama box you cannot see (headless homelab, VPS)
- Get woken up if an overnight batch job hangs the GPU
- Catch memory leaks before they take down your inference stack
- Detect when a model pull has stalled mid-download
- Replace expensive SaaS monitoring ($0/month vs $30+/month)
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet
Be one of the first to try it. Every listed skill passes our trust checks below.
Security scanned
Passed our 8-point scan before listing
Fresh listing
Recently published to Agensi
30-day refund
Not a fit? Get your money back
Trust & safety
Security scanned
Verified clean 1 month ago
- 30-day refund guarantee
- One-time purchase, yours forever
- Secure checkout via Stripe
Creator
Frequently Asked Questions
Popular in AI Agents & LLM Ops
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
context-window-tracker
Monitor and analyze real-time context window usage with visual bars and detailed token breakdowns.

prompt-engineer
Professional prompt engineering patterns for building robust, secure, and production-ready LLM applications.
codex-grade-coding
Turn your AI agent into a senior engineer with strict task classification and verification-driven coding protocols.