NetXMS Support Forum

English Support => Feature Requests => Topic started by: multix on September 28, 2014, 10:58:33 PM

Title: Transformation information on CREATEDCI
Post by: multix on September 28, 2014, 10:58:33 PM
Hi again.

I have many different routers in my network and trying to configure auto create DCI for network traffic (inbound & outbound  bit/s).

Because of routers' interface indexes are not same with each other, i could not apply template for creating DCI s. So I am trying to auto create DCIs as necessary for per router. I mean snmp oids are beginning same but last section is changing according to interface index that i want to log.

I am using nxsl and CreateDCI function. But I need to set transformation parameters, too (delta and transformation scripts for bit/s calculation).

if I did not miss, I can not set transformation information within script. Can you add this speciality or can I do this with an other way ?

thank you.
Title: Re: Transformation information on CREATEDCI
Post by: tomaskir on September 29, 2014, 03:50:28 PM
Setup a template item which creates interface DCIs based on instance discovery.
This will do all you need it to do.

We have it setup so that one template DCI item creates DCIs for all interfaces on all our devices dynamically using instance-discovery.
This applies the delta calculation and everything else.
Title: Re: Transformation information on CREATEDCI
Post by: multix on October 03, 2014, 08:00:18 AM
Thank you!

It is working. This Program is very good. I am discovering new features every day :)