NetXMS Support Forum

English Support => General Support => Topic started by: ms.consultant on September 24, 2013, 05:12:18 PM

Title: DCI Issue
Post by: ms.consultant on September 24, 2013, 05:12:18 PM
Hello,

After a long search in the web a choose the NetXMS like a solution for Fault & Performance Management.
But I face now some troubles or difficulties to configure it. The docs is not really detailled and for a simple DCI "sysUpTime" that I created I'm not able to collect any data maybe there is something I miss I need  your help.. Thanks in advance
see below snapshots for different steps that I did:
[PART 1]

Title: Re: DCI Issue
Post by: ms.consultant on September 24, 2013, 05:14:55 PM
[PART 2]

Second part of snapshots regarding " DCI Issue"
Title: Re: DCI Issue
Post by: Lukas on September 27, 2013, 11:42:15 AM
Hi,
seems to me that we are trying to solve the same problem - look at my partial solution, maybe that will fit your needs. https://www.netxms.org/forum/configuration/how-to-monitor-sysuptime-via-snmp/

Regards,
Lukas
Title: Re: DCI Issue
Post by: Victor Kirhenshtein on September 29, 2013, 01:32:29 PM
Hi!

You don't need to configure instance discovery - this is why data not being collected. Setting instance discovery method to "None" should help.

Best regards,
Victor
Title: Re: DCI Issue
Post by: ms.consultant on September 29, 2013, 11:38:29 PM
Victor you are a hero you save me. Thanks  ;D
Title: Re: DCI Issue
Post by: ms.consultant on October 06, 2013, 10:01:32 PM
Now I have another question regarding the customization of the collected data by SNMP for instance the sysUpTime graph show on Y axis some unclear value 470M but I want to convert this value to the number of the days... idem for the graph on the Performance tab I can't add legend on Y axis "%" for Process Load see also attachment. How to do that. Thanks.
Title: Re: DCI Issue
Post by: Victor Kirhenshtein on October 08, 2013, 09:04:25 AM
Hi!

Currently it's not possible to add a label to Y axis. I've registered it as feature request (https://www.radensolutions.com/chiliproject/issues/372 (https://www.radensolutions.com/chiliproject/issues/372)).

You can transform uptime to days using transformation script like this:


return $1 / 86400;


You may need to change DCI data type to floating point number if you want to see fractional values.

Best regards,
Victor