#pmieconf-rules 1
# --- DO NOT MODIFY THIS FILE --- see pmieconf(4)
# $Id: util,v 1.1 1999/04/28 10:39:51 kenmcd Exp $
#

rule    per_disk.util
	summary = "$rule$"
	enumerate = hosts
	predicate =
"some_inst (
    100 * disk.dev.active $hosts$ > $threshold$ 
)"
	enabled	= yes
	version	= 1
	help	=
"For at least one spindle, disk utilization exceeded threshold
percent during the last sample interval.";

string	rule
	default = "High per spindle disk utilization"
	modify	= no
	display	= no;

percent	threshold  
	default = 75
	help	=
"Threshold of disk utilization, or disk activity.  A disk is deemed
\"active\" if one or more requests are being processed.  As a
guide, utilization under 40% is unlikely to be the cause of a
severe performance problem, while a utilization of 100% would imply
the disk is busy all of the time.  Choosing an appropriate
threshold is subject to a number of local environmental factors,
including the disk model, the number of disks per controller, the
spindle load balance, the distribution of transfer sizes and the
sensitivity of system performance to disk performance.";

string	action_expand
	default	= %v%util[%i]@%h
	display	= no
	modify	= no;

string	email_expand
	default	= "host: %h disk: %i utilization: %v%"
	display	= no
	modify	= no;


# Configuration info specific to non-PCP tools follows...
# 

# for SGI Embedded Support Partner integration:
string	esp_type
	default	= "0x20005A"
	display	= no
	modify	= no;

# 
# --- DO NOT MODIFY THIS FILE --- see pmieconf(4)
