A collection of ready-made automation ideas for InfraNest — perfect if you're not sure where to start or just want inspiration for your next automation.
Overview
- Each example below can be built in a few minutes under Automations → New automation, or you can start faster from the Templates tab.
- They cover common needs like expiry warnings, outage handling, and connecting InfraNest to your own tools.
- Use them as-is, or adapt the trigger, conditions, and actions to fit your setup.
Warn the team about expiring domains
- Go to Automations and select New automation.
- Under When this happens, choose the Domain expiring event as your Trigger.
- Select Add condition and set Days until expiry to less than 14.
- Under Do this, add the Send notification action.
- Add a second action: Open maintenance window.
- Select Save automation.
Tag and announce a monitor outage
- Go to Automations and select New automation.
- Choose Monitor alert as your Trigger.
- Add the Add issue labels action and enter "incident" under Labels (comma-separated).
- Add a second action: Post status-page announcement.
- Select Save automation.
Auto-resolve a recovered incident
- Go to Automations and select New automation.
- Choose Monitor resumed as your Trigger.
- Under Do this, add the Resolve incident action.
- Select Save automation.
Keep new domains protected
- Go to Automations and select New automation.
- Choose Domain added as your Trigger.
- Add the Set auto-renew action.
- Select Save automation.
Push events to your own tools
- Go to Automations and select New automation.
- Under When this happens, choose any event you'd like to react to — for example Server removed or Certificate expiring.
- Under Do this, add the Call webhook action.
- Fill in the URL field with your system's address, and optionally add a Payload (JSON, optional).
- Select Save automation.
Harden every new server
- Go to Automations and select New automation.
- Choose Server added as your Trigger.
- Add the Enable delete protection action.
- Add a second action: any backup-related action available for your server.
- Select Save automation.
Reboot a server when its monitor goes down
- Go to Automations and select New automation.
- Choose Monitor alert as your Trigger.
- Select Add condition and set Status to equals "down".
- Under Do this, add the Reboot server action.
- Add a second action: Send notification.
- Select Save automation.
TipAdd conditions to keep rules focused — for example, only domains with a certain tag, or only certificates flagged as weak.
Was this article helpful?
Related articles
About automationsAutomations let InfraNest react to things happening across your infrastructure on its own.Automation conditionsConditions decide when a rule actually runs. Without them, a rule runs on every matching event; with them, it runs only when the event's details match.Placeholders and formattingPlaceholders let an automation drop live details from the event into a message, title or webhook — so instead of a generic "A certificate is expiring" you…Check your automation runsOnce a rule is live, InfraNest records every time it runs — so you can confirm it's working and see exactly what each action did.