# process monitor
PROCESS_MONITOR="on"

# process monitor period(second)
PROCESS_MONITOR_PERIOD="3"

# disk monitor
DISK_MONITOR="on"

# disk monitor period(second)
DISK_MONITOR_PERIOD="60"

# disk inode monitor
INODE_MONITOR="on"

# disk inode monitor period(second)
INODE_MONITOR_PERIOD="60"

# netcard monitor
NETCARD_MONITOR="on"

# cpu monitor
CPU_MONITOR="on"

# memory usage monitor
MEM_MONITOR="on"

# process(thread) count monitor
PSCNT_MONITOR="on"

# local disk io delay monitor
IO_DELAY_MONITOR="off"

# zombie process count monitor
ZOMBIE_MONITOR="off"

# check thread status monitor
CHECK_THREAD_MONITOR="on"

# check thread failure num, range: 2-10
CHECK_THREAD_FAILURE_NUM="3"
