2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-13 01:40:26 +00:00
Files
xcat-core/xCAT-rmc/resources/sn/IBM.Condition/NodeReachability.pm
linggao b47e2d3585 fix RMC monitoring for scaling
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2522 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-11-22 04:01:31 +00:00

12 lines
287 B
Perl

#!/usr/bin/perl
$RES::Condition{'NodeReachability'} = {
Name => q(NodeReachability),
ResourceClass => q(IBM.MngNode),
EventExpression => q(Status!=Status@P),
EventDescription => q(An event will be generated when a status changes),
ManagementScope => q(1),
Severity => q(2),
};
1;