NetXMS Support Forum

English Support => General Support => Topic started by: duanebutler on September 28, 2016, 01:14:40 PM

Title: View OID subtree in NetXMS??
Post by: duanebutler on September 28, 2016, 01:14:40 PM
Good day

Is there a way i can view the entire MIB subtree in netxms?  I want to display the subtree values in a dash or map.

I have OID: .1.3.6.1.2.1.4.20.1.1 with a  number of subtree OID's.

I just want to view the 'sub oid's' for the parent OID (Attached pic)
Title: Re: View OID subtree in NetXMS??
Post by: tomaskir on September 28, 2016, 01:39:47 PM
You can collect the values into a Table DCI, and then display that table DCI on the dashboard.
Title: Re: View OID subtree in NetXMS??
Post by: duanebutler on September 28, 2016, 03:09:41 PM
Thanx This actually helped me a bit.

Now.  I have the values of the sub OID.

I could however only create one column because all sub OID's have the same OID number.

I now need to configure a threshold that activates when one of these values change. How do i do this in the thresholds tab?

I have attached screenshots.

Title: Re: View OID subtree in NetXMS??
Post by: Victor Kirhenshtein on September 28, 2016, 05:31:52 PM
I suppose currently it's not possible with tables - you need something like "diff" for table row but table thresholds operates only on current table value. You can try to use instance discovery - it will create DCI for each OID, and then you can use diff threshold to detect individual OID value change.

Best regards,
Victor