18 monitors on the InTouch Hub
- API Health Check — Daily HTTP GET against an API endpoint. Notifies the owner's inbox when the endpoint returns a non-200 response code.
- Disk Space Watch — Hourly disk usage check on the host running InTouch. Notifies when any mount exceeds a configured percentage.
- DNS Change Watch — Daily DNS snapshot diff against a stored baseline. Notifies when any watched record changes.
- Event Price Watch — Hourly check on a single event's cheapest listing. Notifies when the price drops to or below a configured threshold.
- Game-Day Fire Sale Watch — Day-of polling for last-hour panic-drop listings. Iterates a list of upcoming events and fires per-event when a steep discount appears within the final hours before tip-off.
- Good-Seat AI Watch — Fetches current listings and uses an AI-arm to flag listings that represent notably good value for their section. Goes beyond raw threshold checks.
- Hacker News Keyword Watch — Daily Hacker News scan with a literal keyword arm and an AI-arm fallback for fuzzy topic detection.
- Host Reachable Watch — Daily ICMP ping of a host via the network-ping tool. Notifies the owner when the host is unreachable (non-zero ping exit code).
- News Sentiment Check — Uses an AI-driven structured check to read recent headlines and classify them; arms branch on the structured outputs.
- RSS Keyword Watch — Polls an RSS feed and notifies when any entry's title or summary contains a configured keyword.
- Seminole Hard Rock Watch — Fetches upcoming Hard Rock Live shows at a configured Seminole Hard Rock property and uses an AI-arm to flag listings that look like good value relative to typical pricing for that venue.
- SSL Cert Watch — Daily check of SSL certificate expiration dates for a list of domains. Notifies when any certificate is within the configured renewal window.
- Stock Price Watch — Daily price check on a stock ticker. Notifies the owner when the price crosses a configured threshold.
- Stocks Portfolio Watch — Iterates a portfolio of tickers and fires a per-ticker alert when any drops more than the configured percentage.
- Upcoming Birthdays Reminder — Daily check of a birthday list. Notifies the owner when birthdays fall within the next 7 days.
- URLs Uptime Watch — Iterates a list of URLs and fires a per-URL alert when any returns a non-success HTTP status code.
- Weather Severe Watch — Daily forecast check for severe conditions. Tiered alerts on extreme cold, extreme heat, and dangerous weather wording.
- Website Change Watch — Daily check of a webpage for content changes via the website-change tool. Notifies the owner when the page content has changed since the last check.