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

#2506
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

#2507
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
#2508
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
#2509
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
#2510
Hi,

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

Best regards,
Victor
#2511
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
#2512
General Support / Re: no new network creation
June 14, 2016, 01:39:16 PM
Hi,

so nodes are created but subnet is not, or nodes not created as well? If nodes not created, can it be that you also have discovery filters that prevents creation of these nodes?

Best regards,
Victor
#2513
General Support / Re: Agent Cache
June 14, 2016, 10:01:39 AM
Hi,

currently max number of threads is hard-coded (64). I can make it configurable. Still it looks like a bug that agent do not keep polling interval. Can you please provide agent's log on debug level 7 along with content of dc_config table from agent's local database?

Best regards,
Victor
#2514
General / Re: Asking for french translation
June 13, 2016, 11:30:08 PM
Hi,

sorry for late reply! Portuguese translation would be awesome. Attached is archive with Portuguese language files.

Best regards,
Victor
#2515
Hi,

from log it seems that loader considers your Java environment incompatible. Try to run it with openjdk-8 or openjdk-7. If you don't want to change system default JRE, you can set nxms to use specific JRE by creating link named "jre" on bisides nxmc executable. For example, to use openjdk 1.8 on my machine it will be

ln -s /usr/lib/jvm/java-8-openjdk-amd64/jre jre

Best regards,
Victor
#2516
Попробуйте поставить уровень дебага 5 и посмотрите в логе сервера записи с префиксом SMS: - драйвер должен написать какой именно шаг отсылки не прошел.

Еще вопрос - а собственно nxsms никаких ошибок не сообщает?
#2517
Hi,

it shows <unknown> in "Source" column of syslog monitor? That means that server was unable to find node object by source IP address or host name. Are you using zones? If not, could you please run command (on NetXMS server console):

nxadm -c "show index nodeaddr"

and check that problematic node's source address is there?

Best regards,
Victor
#2518
General Support / Re: Inverse Graphs in 2.0.4
June 10, 2016, 11:57:26 AM
Hi,

yes, it's a bug in console. In 2.0.4 we changed drawing of inverted values - before that values were inverted before passing to chart for drawing, hence negative values in legend. Now inverted drawing functionality moved into chart widget, so it shows correct values in legend.
Fix for that will be included in 2.0.5 and 2.1-M1, I can also make console build from current development branch if needed.

Best regards,
Victor
#2519
Announcements / Re: NetXMS 2.0.4 released
June 10, 2016, 11:36:26 AM
Linux agent downloads fixed.

Best regards,
Victor
#2520
Announcements / Re: NetXMS 2.0.4 released
June 09, 2016, 10:48:31 AM
Hi,

it's not abandoned. We will check today why it was not published.

Best regards,
Victor