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

rule	craylink.node_cb_errs
	summary	= "$rule$"
	enumerate = hosts
	predicate =
"some_inst (
    ( hw.hub.ni.cb_errors $hosts$ + hw.hub.ii.cb_errors $hosts$ ) > 0
)"
	enabled	= yes
	version	= 1
	help	=
"For some Origin 2000 node, at least one checkbit error was
observed on the node (CrayLink) interface and/or the I/O interface
in the last sample interval.  Use the command
  $ pminfo -f hinv.map.node
to discover the abbreviated PCP names of the installed nodes and
their corresponding full names in the /hw file system.";

string	rule
	default	= "CrayLink checkbit errors on Origin node"
	modify	= no
	display	= no;

string	action_expand
	default	= "%verr/s[%i]@%h"
	display	= no
	modify	= no;

string	email_expand
	default	= "host: %h node: %i CrayLink checkbit errors per sec: %v"
	display	= no
	modify	= no;


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

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

# for HP OpenView integration:
string	ov_severity
	display	= no
	default = "Major";

# for CA/Unicenter TNG integration:
string	tngfw_color
	display	= no
	default	= "Orange";

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