summaryrefslogtreecommitdiff
path: root/src/pmie/examples/ras.00
diff options
context:
space:
mode:
Diffstat (limited to 'src/pmie/examples/ras.00')
-rw-r--r--src/pmie/examples/ras.0011
1 files changed, 11 insertions, 0 deletions
diff --git a/src/pmie/examples/ras.00 b/src/pmie/examples/ras.00
new file mode 100644
index 0000000..930b964
--- /dev/null
+++ b/src/pmie/examples/ras.00
@@ -0,0 +1,11 @@
+//
+// For Origin systems, sequence number errors are not indicative of
+// a problem, but persistent checkbit and/or retry errors may indicate
+// a CrayLink interconnect problem.
+//
+some_inst ( all_sample (
+ hw.router.perport.cb_errors @0..2 > 0 ||
+ hw.router.perport.retry_errors @0..2 > 0
+) )
+ -> alarm 30mins "CrayLink SN and/or Retry errors: " "%i ";
+