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