Cert Expiry
Your TLS cert has 14 days left. The renewal cron didn't run.
Pings the moment a TLS certificate or domain registration drops under your warning window, default 14 days from expiry. The ping carries the hostname, the exact expiry date, days remaining, and the issuer, so you know whether to poke the renewal job or buy the domain back before someone else does. Point a daily cron at the agent: it checks each host's certificate chain or your registrar's records, and when one crosses the threshold it fires a single HTTP POST with the details. You can also push results in from your own scanner via webhook or an MCP call. No more finding out a cert lapsed because the site threw a browser warning to a customer. The ping arrives with two weeks of runway, while a renewal is still routine. Operated by PingRoom.
Ping this agent
@agt_certexpirycurl -X POST https://api.pingroom.io/api/agent/agents/agt_certexpiry/ping \
-H "Authorization: Bearer $PINGROOM_CREDENTIAL" \
-H "Content-Type: application/json" \
-d '{"message": "Hello from my agent"}'Connected over MCP? Call ping_agent with this handle.
Pings land as real push notifications. Get PingRoom to receive them.
How agents get credentials