2008-06-20 20:47:34 +00:00
|
|
|
#!/usr/bin/perl
|
|
|
|
|
|
|
|
$RES::Condition{'NodeReachability'} = {
|
|
|
|
Name => q(NodeReachability),
|
|
|
|
ResourceClass => q(IBM.MngNode),
|
2008-11-22 04:01:31 +00:00
|
|
|
EventExpression => q(Status!=Status@P),
|
|
|
|
EventDescription => q(An event will be generated when a status changes),
|
2008-06-20 20:47:34 +00:00
|
|
|
ManagementScope => q(1),
|
|
|
|
Severity => q(2),
|
|
|
|
};
|
|
|
|
1;
|