Menu

Show posts

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

Messages - Victor Kirhenshtein

#4876
So far I plan to release it around Christmas, so in 1-2 weeks it should be available.

Best regards,
Victor
#4877
Вообще для pie и bar графиков идея очень хорошая (я сначала как-то именно line графики себе представил, и не понял, как это) - попробую сегодня сделать, посмотрю что получится. По идее делается очень легко.
#4878
Hi!

I have fixed bug in serial communication code which cause this crash. Release 1.2.5 will contain this fix.

Best regards,
Victor
#4879
Можно сделать ноды с primary IP 0.0.0.0 - она не будет никак опрашиваться, но Internal DCI работать будут.
#4880
Не совсем понял - в процентах от чего? И можно по идее просто написать transformation script для DCI, и показывать уже его на графике.
#4881
Quote from: jdl on December 12, 2012, 05:10:12 PM
Web GUI - Login window: need to type twice "tab" key to move from "login" field to "password" field

Yes, it's a strange bug in RAP - label for "Password" field gets focus on Tab key - so you have to press it twice to got to input field. I didn't found a workaround yet. Hopefully in next versions of RAP this will be fixed.

Quote from: jdl on December 12, 2012, 05:10:12 PM
Management console - DCI definition: it seems that the field "Description" is erased when selecting the "Parameter". So one shall FIRST select the "Parameter" then define the "description"

This is intention of select button - to fill all possible fields (name, description, and data type). I probably can change this behavior to leave description as is if it's already filled - not sure however that this is correct.

Quote from: jdl on December 12, 2012, 05:10:12 PM
Web GUI - Dashboard: pie chart title does not seem to be displayed even though the relevant check box is ticked in the config panel

I'll check this.

Best regards,
Victor
#4882
Hi!

It's a bug in agent's version 1.2.3 and 1.2.4. Since version 1.2.3 agents build in UNICODE, and in some places it is not handled correctly. It will be fixed in 1.2.5. As a workaround, you can revert to agent version 1.2.2.

Best regards,
Victor
#4883
Hi!

Yes, NetXMS have simple licensing mechanism which we embed in our own commercial extensions (https://www.radensolutions.com/products.html). It is not in open-source part of the code. Please contact me by e-mail and I provide you all necessary information.

Best regards,
Victor
#4884
General Support / Re: Creating my own nxmc skin
December 12, 2012, 10:48:38 PM
Hi!

I think that it's not possible now. However, migrating thick client to Eclipse 4.2 can help, as it can be styled with CSS: http://www.vogella.com/articles/Eclipse4CSS/article.html. I didn't try to build management console on 4.2 yet, but this should not be a big problem.

Best regards,
Victor
#4885
Hi!

Currently it's not possible. Such functionality can be added however, as underlying Eclipse platform allows this.

Best regards,
Victor
#4886
General Support / Re: PhysicalDisk.smartstatus
December 12, 2012, 10:43:01 PM
Hi!

All PhysicalDisk attributes are broken and mostly not working. For a long time I wish to make an integration with smartmontools for disk hardware monitoring, but don't have enough time for this unfortunately...

Best regards,
Victor
#4887
General Support / Re: DCI Error issue
December 12, 2012, 10:41:02 PM
Hi!

Basically, you cannot convert data collection error to value. You only can set threshold on that. For long-running external parameters I would recommend using external parameter provider instead: http://wiki.netxms.org/wiki/ExternalParametersProvider.

Best regards,
Victor
#4888
General Support / Re: Cluster - DCI in Dashboard
December 12, 2012, 10:38:25 PM
Hi!

Real data only collected for the nodes. Cluster object is more like special type of template regarding to data collection. Currently you can only add DCIs from the nodes to dashboard. I agree that having possibility to add to the graph "virtual" DCI mapped to the real DCI on active cluster node is useful. I create feature request for that: https://www.radensolutions.com/chiliproject/issues/195.

Best regards,
Victor
#4889
General Support / Re: Web GUI - Ports
December 12, 2012, 10:33:09 PM
As an addition, short instruction on how to modify default NetXMS server address in war file before deployment:

* Extract file WEB-INF\plugins\org.netxms.webui.core_version.jar from nxmc.war
* Extract file org\netxms\webui\core\nxmc.properties from extracted jar file
* Change server property in nxmc.properties file
* Pack everything back

(also available in wiki: http://wiki.netxms.org/wiki/Web_Interface_Installation_Guide#Installing_web_interface_on_remote_system)

Best regards,
Victor
#4890
GENERIC - это драйвер, который есть всегда. Его код встроен в libnxsrv: src/server/libnxsrv/ndd.cpp. Он используется как базовый класс для всех драйверов и как драйвер по умолчанию.