fb84149886
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3067 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
14 lines
381 B
Perl
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;
|