ASAP 3.2 Server Manual

HP NonStop ASAP Server Manual Page 245 of 381
RANK CPU 0, BUSY < 90 CRITICAL 4444-5555
 To define a custom down event number for CPU 0 getting too busy:
RANK CPU 0, BUSY < 90 CRITICAL 4444
 To define a custom up event number for CPU 0 when it returns to normal:
RANK CPU 0, BUSY < 90 CRITICAL -5555
 To define a goal for busy for an OSS shell process aggregate-only domain:
RANK PROCESS /bin/sh\##, BUSY < 10
 To define a global goal and action to resecure any monitored file using the ASAP
default RESECURE rule:
RANK FILE, RWEP = "AOAO" ACTION RESECURE
 To define a goal that all foreign TCP/IP Port connections must originate from net
16:
RANK 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:
RANK TCPPORT 23, FADDR = 16.150.0.0
 To define a goal to report the occurrence of any CIP Linux errors for any CLIM
device:
RANK CIPCLIM, AGTLNXERRS = 0, SVRLNXERRS = 0
 To define an escalating goal for the BUSY attribute for all CPUs:
RANK CPU, BUSY < 50, BUSY << 70, BUSY <<< 90
 To define an escalating goal for the BUSY attribute for all CPUs using separate
commands:
RANK CPU, BUSY < 50
RANK CPU, BUSY << 70
RANK CPU, BUSY <<< 90
 To define a normal simplex goal on the CPU BUSY attribute:
RANK CPU, BUSY << 80