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

rule	craylink.router_cb_errs
	summary	= "$rule$"
	enumerate = hosts
	predicate =
"some_inst (
    hw.router.perport.cb_errors $hosts$ > 0
)"
	enabled	= yes
	version	= 1
	help	=
"For some CrayLink router port, at least one checkbit error was
observed in the last sample interval.  Use the command
  $ pminfo -f hinv.map.routerport
to discover the abbreviated PCP names of the installed router ports
and their corresponding full names in the /hw file system.";

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

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

string	email_expand
	default	= "host: %h router port: %i 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	= "0x200047"
	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)
