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 Menu
parents = GetNodeParents($node);
foreach(p : parents) {
// if the node has a parent with this name
if (p->name == "Something") {
// auto-bind node
return true;
}
}
// otherwise do not auto-bind the node
return false;

In general tab
Description - Traffic on {instance-name} - bits/s IN
Parameter - .1.3.6.1.2.1.31.1.1.1.6.{instance}
Origin - SNMP
Data Type - Unsigned 64bit Int.
In Transformation tab
Delta calc
Avg delta per second
Transform script:
return $1 * 8;
Instance discovery tab
Instance discovery method
SNMP Walk - OIDs
Base OID
.1.3.6.1.2.1.31.1.1.1.1
Performance Tab tab
Check to show on perf tab
Give it a title, color, etc.
Quote from: Dani@M3T on April 30, 2015, 01:17:25 PMIt seems you have Beacon Probing enabled, and your NetXMS server see Beacon Probe hosts as down.
Thanks Victor. I see in all test cases the same root event ID. In the DB I saw it is a "SYS_NETWORK_CONN_LOST" event (Event Code 50) several days ago.
I don't understand why this very old event is relevant in the event correlation. Of course the NetXMS server has network connection.