2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-25 22:01:11 +00:00
Files
xcat-core/xCAT-rmc/resources/sn/IBM.Condition/IBSwitchLog.pm
linggao fb84149886 added IB monitoring support
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3067 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2009-04-01 18:03:08 +00:00

14 lines
381 B
Perl

#!/usr/bin/perl
$RES::Condition{'IBSwitchLog'} = {
Name => q(IBSwitchLog),
ResourceClass => q(IBM.Sensor),
EventExpression => q(String != ""),
EventDescription => q(An event will be generated when an error is logged to the Syslog in the local node for IB.),
SelectionString => q(Name="IBSwitchLogSensor"),
Severity => q(0),
};
1;