Products | Versions |
---|---|
TIBCO Hawk | 5.x, 6.x, 7.x |
How to disable FileSystem microagent of tibhawkhma
To disable FileSystem microagent, please modify starthma script under $TIBCO_HOME/hawk/<version>/bin (for TRA domain hawkagent_<domainName>) or cfgmgmt/hawk/bin (for standalone tibhawkagent) from $HMA_EXECUTABLE $cmdlinargs > $HAWK_ROOT/logs/starthma.log 2>&1 & To $HMA_EXECUTABLE -ignore_sigabrt -ignore_sigint -ignore_sigterm -disable FileSystem $cmdlinargs > $HAWK_ROOT/logs/starthma.log 2>&1 & The impact is: 1. On administrator UI, after click machine, the Disk Usage information will show as blank (this applies to TRA domain hawkagent ONLY). 2. You will not be able to use FileSystem microagent and its method in any rulebase to monitor disk usage.