News:

We really need your input in this questionnaire

Main Menu
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

#4891
Hi!

You can use transformation script to calculate time difference with NetXMS server. Add parameter System.CurrentTime, and use the following transformation script:


return time() - $1;


You'll got difference in seconds between NetXMS server's local time and remote system time.

Best regards,
Victor
#4892
General Support / Re: Add many nodes/services at once
December 14, 2012, 10:06:24 AM
Hi!

There are no bulk load in the console. With API it is possible (Java or C API available).

Best regards,
Victor
#4893
Yes, it's the same.

Best regards,
Victor
#4894
Hi!

You have to load portcheck subagent on agent running on NetXMS server (it could be any other node as well if you need to monitor your service from another point in the network). Just add


SubAgent = portcheck.nsm


to your nxagentd.conf and restart agent.

To do simple connectivity check, create network service object of type "Custom". For testing this type of service, NetXMS just establish TCP connection.

Best regards,
Victor
#4895
Hi!

If I understand correctly you need some kind of automated tool to export dashboard content periodically. Currently it is not possible. Theoretically this can be done, especially if limit set of exportable elements to only charts and labels. I'll think how hard it would be.

Best regards,
Victor
#4896
Hi!

We don't have and don't plan to have commercial edition of NetXMS. What we have is a commercial add-ons for the following:

1. ATM hardware monitoring;
2. ATM video surveillance;
3. Card management systems monitoring.

These add-ons have licensing mechanism inside. Currently we don't have plans to expand this list. Potential user base for these add-ons are limited (banks and few other financial institutions), and it should not have impact on NetXMS community, but we have a chance to earn some money to be able to continue core product development.

Best regards,
Victor
#4897
Yes, it is available in 1.2.4.

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

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

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

Best regards,
Victor
#4901
Можно сделать ноды с primary IP 0.0.0.0 - она не будет никак опрашиваться, но Internal DCI работать будут.
#4902
Не совсем понял - в процентах от чего? И можно по идее просто написать transformation script для DCI, и показывать уже его на графике.
#4903
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
#4904
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
#4905
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