We’ve added another article to the Power Tips series to start a few simple tips if you are just starting out in pattern writing.
How to trigger each time a Host is scanned?
Short answer:
// The correct way to trigger each time a Host is scanned
triggers
on host := Host created, confirmed
end triggers;
