Products | Versions |
---|---|
TIBCO Hawk | - |
Not Applicable | - |
Resolution
=======
When creating a TIBCO Hawk rulebase using the Custom microagent, it only has two methods, executeForNumber, or executeForString. Since you only want to execute the script every 15 minutes, you can create a rulebase whose test condition will always be evaluated to true. (For e.g. Self:getUpTime as datasource, if Uptime !=0 as long as the machine is up and running, this test will always be true and the action would be to execute your script. You can attach a schedule to the rulebase so that the rulebase will be in effect at a specific time period.