Just to note - PollerTrace line is optional - it just produces debug output when configuration poll is executed manually.
We really need your input in this questionnaire
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 Menuif ($node->snmpOID == ".1.3.6.1.4.1.14988.1") {
PollerTrace(" Setting " . $1->name . " expected state to ignore");
$1->setExpectedState("IGNORE");
}
return true;
if ($node->state & NodeState::Unreachable) abort;
return $1;