xcat-core/xCAT-rmc/resources/sn/IBM.Condition/IBSwitchLog.pm
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;