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

#5251
General Support / Re: map problem
July 11, 2012, 06:46:13 PM
Hi!

You should use new Java console. Legacy console does not support new map format.

Best regards,
Victor
#5252
General Support / Re: Web console problem
July 11, 2012, 06:45:19 PM
I update 64bit installer on download page (netxms-webui-1.2.1-x64.exe). MD5 checksum for updated file is 7dd61e35d0c7251713ccfe3e3ca8835a.

Best regards,
Victor
#5253
General Support / Re: Web console problem
July 10, 2012, 02:16:02 PM
You should put as service executable

{your install directory}\WebUI\prunsrv.exe

If it will not work, I'll build a new installer with fixes.

Best regards,
Victor
#5254
General Support / Re: wiki pages
July 10, 2012, 01:04:40 PM
Hi!

Progress on documentation is very slow unfortunately. Some of the topics updated to 1.2.x version, and some still not.

Best regards,
Victor
#5255
General Support / Re: Custom Attributes
July 10, 2012, 01:03:05 PM
It should not be related to event. Could it be a typo somewhere? Can you send me a configuration screenshots?

Best regards,
Victor
#5256
General Support / Re: Web console problem
July 10, 2012, 12:58:35 PM
Hi!

You should not use nxhttpd. It is deprecated, and will be removed in 1.2.2. You should use new web UI, which comes in separate installation package: https://www.netxms.org/download/webui/netxms-webui-1.2.1-x64.exe. It basically contains Jetty and NetXMS web UI war file. You can also deploy war file to existing Java application server. See this for few more details: http://wiki.netxms.org/wiki/Web_Interface_Installation_Guide.

Best regards,
Victor
#5257
Hi!

Line charts is a javascript element running locally in browser, so maybe it takes local timezone of the workstation, or ignores timezone settings. I'll check it.

Best regards,
Victor
#5258
General Support / Re: snmp traps and events
July 09, 2012, 07:41:23 PM
Hi!

No, I didn't change anything in SNMP trap mapping. Can you please send me detailed screenshots of your configuration with problematic trap and event?

Best regards,
Victor
#5259
General Support / Re: Custom Attributes
July 09, 2012, 01:15:51 PM
It will be easy since version 1.2.2 :) I have added new function GetObjectChildren, which can be used for node enumeration. See also example: http://wiki.netxms.org/wiki/Script_Example:_Enumerate_All_Nodes.

For 1.2.1, one possible way could be to add handler for SYS_NODE_UNMANAGED event, and unmanage all (or required) nodes, then manage them again.

Best regards,
Victor
#5260
Feature Requests / Re: agentsless
July 09, 2012, 12:19:17 PM
I agree that this could be useful. I have added this as feature request.

Best regards,
Victor
#5261
Похоже deb пакет собрали без lmsensors :( Я попозже сделаю сборку с lmsensors - сейчас не успеваю.
#5262
Скорее всего уже существует объект с таким IP адресом. Попробуйте поиск по адресу (>адрес в строке фильтра).
#5263
General Support / Re: Custom Attributes
July 06, 2012, 01:53:19 PM
Hi!

There are previously undocumented function SetCustomAttribute. I have added appropriate wiki page: http://wiki.netxms.org/wiki/NXSL:SetCustomAttribute. To set custom attributes for new nodes, you can handle SYS_NODE_ADDED event in event processing policy and start a NXSL script which will populate custom attributes.

Best regards,
Victor
#5264
General Support / Re: Windows Web Setup
July 05, 2012, 11:00:13 AM
Functionality of web console is almost the same as in desktop console. Some parts in web console may not work as good as in desktop console, especially charts and network maps, you cannot save perspectives yet (actually any preferences - we are working on that), and copy to clipboard function is not working.

Best regards,
Victor
#5265
General Support / Re: Windows Web Setup
July 04, 2012, 08:14:17 PM