Tideway Community Forum

forgot password?
   
 
TPL: How to trigger each time a Host is scanned
Posted: 01 October 2008 04:40 PM   [ Ignore ]  
Administrator
Avatar
RankRankRankRank
Total Posts:  130
Joined  2008-01-25

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 createdconfirmed
  end triggers

Profile