Hi again.
Why this alarm indicates that mask is wrong and should be the same?
Best regards.
Why this alarm indicates that mask is wrong and should be the same?
Best regards.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuoteCheck "Capabilities" box on overview page - there should be "Yes" in from of isCDP attribute.
.
.| If node A change to Normal Normal Critical Critical If node B change to Normal Critical Normal Critical Location status must be Normal Normal Minor Major |
A status Up Up Down Down
B status Up Down Up Down
Location status Normal Normal Minor Major
//trace(0,$1);
//trace(0,$2);
if ($1>0){
if ($2>0)
return 3; //Return MAJOR
else
return 2; // return MINOR
}
return 0; // return NORMAL
// blank last line is required for elude:
// syntax error, unexpected '/', expecting $end

. One thing I would like ask you about nxmibc: compilations are cumulatives (overwriting previous if it was already) or each new compilation remove all above? 