proomt

Search

Search posts, papers, and topics

All posts

Hacker News front page1 min readrelease notesintro

Show HN: Sigabrt.dev – cronjob monitor with an SSH TUI

Summary

Sigabrt.dev offers a simple cron‑job heartbeat service: you add a curl to your script, and the service notifies you via email/ntfy if the ping is missed. It also provides an SSH‑based terminal UI to view endpoint status.

  • Add a single curl call at the end of a cron script to ping a sigabrt.dev endpoint.
  • Monitor endpoint status and history via an SSH TUI after uploading your public key.
  • Free tier provides 10 heartbeats; alerts are sent by email or ntfy on missed pulses.

Ops engineers who rely on cron jobs may appreciate a low‑overhead way to get alerted when a job fails.

3/10

Related reading

  1. Health Check-up for Your Jenkins

    Kohsuke Kawaguchi outlines a few low‑effort ways to keep a Jenkins instance healthy: use jconsole to watch old‑gen heap usage, the Monitoring plugin (or Nagios) to record HTTP latency and queue length, inspect thread dumps for slow pages, and review the built‑in load chart to spot agent under‑/over‑utilisation.

    Codeshipcloudbees.com3 min
  2. Blog: How to Build a DevOps Agent

    This blog walks through the open‑source DevOps Agent Kit, which lets Claude Code or Cursor act as a DevOps assistant by connecting to CloudBees Unify, Jira, and Slack via MCP servers and to GitHub via the CLI. It provides a repeatable setup (Docker, Node, env file) and seven slash commands for pipeline overview, triage, security, release readiness, flag management, CI health scoring, and Jira tic…

    Codeshipcloudbees.com10 min
  3. Transform and route security logs to Microsoft Sentinel tables using Observability Pipelines

    Datadog Observability Pipelines now ships pre‑built Microsoft Sentinel Packs that map logs from Palo Alto, Fortinet, Cisco ASA, Cisco Meraki, and ExtraHop into Sentinel’s CommonSecurityLog or Syslog tables. Packs handle field extraction, severity derivation, and device‑action mapping, letting you filter or drop low‑value events before ingest, validate mappings with Live Capture, and reduce per‑GB…

    Datadogdatadoghq.com5 min