ASAP 3.2 Server Manual
HP NonStop ASAP Server Manual    Page 196 of 381 
 To define a goal and action to compress a volume that is getting too full and to 
write a critical EMS event, but to perform the compression only once every two 
hours: 
GOAL DISK, FULL < 90 CRITICAL ACT "DCOM <#DOMAIN>" WAIT 120 
 To define custom up and down event numbers for CPU 0 getting too busy: 
GOAL CPU 0, BUSY < 90 CRITICAL 4444-5555 
 To define a custom down event number for CPU 0 getting too busy: 
GOAL CPU 0, BUSY < 90 CRITICAL 4444 
 To define a custom up event number for CPU 0 when it returns to normal: 
GOAL CPU 0, BUSY < 90 CRITICAL -5555 
 To define a goal for busy for an OSS shell process aggregate-only domain: 
GOAL PROCESS /bin/sh\##, BUSY < 10 
 To define a global goal and action to resecure any monitored file using the ASAP 
default RESECURE rule: 
GOAL FILE, RWEP = "AOAO" ACTION RESECURE 
 To define a goal that all foreign TCP/IP Port connections must originate from net 
16: 
GOAL TCPPORT, FADDR = 16.0.0.0 
 To define a goal that all foreign TCP/IP Port connections on Port 23 must originate 
from subnet 16.150: 
GOAL TCPPORT 23, FADDR = 16.150.0.0 
 To define a goal to report the occurrence of any CIP Linux errors for any CLIM 
device: 
GOAL CIPCLIM, AGTLNXERRS = 0, SVRLNXERRS = 0 
 To define an escalating goal for the BUSY attribute for all CPUs: 
GOAL CPU, BUSY < 50, BUSY << 70, BUSY <<< 90 










