xcat-core/xCAT-rmc/resources/mn/IBM.Condition/CheckxCATonSN.pm
2010-11-17 20:22:40 +00:00

17 lines
537 B
Perl

#!/usr/bin/perl
$RES::Condition{'CheckxCATonSN'} = {
Name => q(CheckxCATonSN),
ResourceClass => q(IBM.Sensor),
EventExpression => q(String != "xcatd is ok"),
EventDescription => q(An event will be generated when xcatd is not working.),
RearmExpression => q(String == "xcatd is ok"),
RearmDescription => q(An rearm event will be generated when xcatd resumes working state.),
SelectionString => q(Name="CheckxCATSensor"),
ManagementScope => q(4),
Severity => q(1),
};
1;