### # Loadmonitor config - change as required. ### ### # Low load threshold (decimal, >=0): # Default: 1.0 ### LOWLOAD=1.0 ### # Mid load threshold (decimal, >= LOWLOAD): # Default: 2.0 ### MIDLOAD=2.0 ### # High load threshold (decimal, >= MIDLOAD): # Default: 3.0 ### HIGHLOAD=3.0 ### # Low load LED pattern (4 character string comprised of 'r', 'g', 'o, and 'x'): # Default: "gggg" ### LOWLED="gggg" ### # Mid load LED pattern (4 character string comprised of 'r', 'g', 'o, and 'x'): # Default: "ooox" ### MIDLED="ooox" ### # High load LED pattern (4 character string comprised of 'r', 'g', 'o, and 'x'): # Default: "rrrr" ### HIGHLED="rrrr" ### # Uber load LED pattern (4 character string comprised of 'r', 'g', 'o, and 'x'): # Default: "rxrx" ### UBERLED="rxrx" ### # Polling Interval (seconds, 1 -> 300) # Default: 10 ### POLLINTERVAL=10 ### # Syslog Verbosity (0 -> 3) # Default: 0 ### VERBOSITY=0