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

#2476
Hi,

but desktop console can connect? Try to find log file on web UI (it is called .log and should be within application's working directory - in my case it is /var/lib/tomcat7/work/Catalina/localhost/nxmc/eclipse/workspace/.metadata/.log).

Best regards,
Victor
#2477
Hi,

wheezy should be available now as well.

Best regards,
Victor
#2478
General Support / Re: Network Map
June 30, 2016, 12:08:08 PM
You cannot show tooltips non-interactively. However, you can put DCI values on a map using DCI container decoration. Or you can use DCI image and use transparent image when threshold not active and non-transparent image with service information when threshold is active.

Best regards,
Victor
#2479
Добавил в 2.0.5 и 2.1-М1 (вместе с атрибутами source и sourceId).
#2480
Во всех скриптах где есть $event (EPP filter и script action) есть переменная $object, которая указывает на источник события. Добавить источник как атрибут самого события тоже не проблема конечно.
#2481
64 битные счетчики добавлены в 2.0.5 и 2.1-М1.
#2482
General Support / Re: Dashboards - Line Charts
June 29, 2016, 06:37:14 PM
Hi,

I've fixed that, fix will be included in 2.0.5 release.

Best regards,
Victor
#2483
Hi,

proper solution will include changes on agent side. I'll change the agent so it will save parameter names in local database so if server request comes before provider first run agent will respond with collection error instead of unsupported parameter.

Best regards,
Victor
#2484
Hi,

currently it is not possible.

Best regards,
Victor
#2485
General Support / Re: Make missing data all zeros?
June 29, 2016, 05:45:40 PM
Hi,

currently it's possible only by replacing normal DCIs with script DCIs (script DCI call SNMPGet and on failure returns something to indicate a failure). I'll add feature request to make this functionality simpler.

Best regards,
Victor

#2486
General Support / Re: Compile SNMP MIBs in Windows
June 27, 2016, 04:22:26 PM
Hi,

basically in a same way, just use different file names:

C:\NetXMS\bin\nxmibc.exe -z -d C:\NetXMS\share\mibs -o C:\NetXMS\var\netxms.mib

(assuming NetXMS is installed into C:\NetXMS).

Best regards,
Victor
#2487
General Support / Re: Network Map
June 27, 2016, 04:20:18 PM
Hi,

you can mark DCI to be shown in object tooltips (on "Other options" page in DCI properties). You can also add DCI display information to network map using "DCI container" or "DCI image" decorations.

Best regards,
Victor
#2488
General Support / Re: use dbquery for odbc
June 27, 2016, 04:16:07 PM
Hi,

could you please be more specific? What is your configuration file, what errors you get?

Best regards,
Victor
#2489
Hi,

added as feature request: https://dev.raden.solutions/issues/1247. I'll try to implement it in 2.1 branch.

Best regards,
Victor
#2490
General Support / Re: Agent Cache
June 21, 2016, 09:25:57 PM
Hi,

I see that there are 7340 parameters configured for collection. Strange enough some seems to be duplicates, because there are only 6966 distinct names - but all have different DCI IDs. Is it really that much DCIs on this node? Most of them seems to be external parameters. How long this script executes? Because if there are enough long-running scripts it can overload data collection thread pool and possibly cause other strange effects. I will try to simulate collection of that many external parameters and see if I will be able to reproduce strange behavior you observed.

Best regards,
Victor