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

#5266
General Support / Re: Network Maps
July 13, 2012, 10:22:36 AM
Hi!

It's not working yet. Sorry for misleading configuration :(

Best regards,
Victor
#5267
General Support / Re: Server Performance
July 12, 2012, 01:16:48 PM
Some time passed already since July 1st, but just in case - could it be this problem: https://www.netxms.org/forum/announcements/high-cpu-usage-after-172012/?

Could you also please attach debugger to netxmsd process and dump stack trace for all threads:


# gdb /usr/bin/netxmsd
(gdb) attach <netxmsd_pid>
(gdb) thread apply all bt
(gdb) detach


Best regards,
Victor
#5268
General Support / Re: map problem
July 12, 2012, 03:07:12 AM
It is available from NetXMS download page for all major OS. For example, 32 bit Windows version is: https://www.netxms.org/download/nxmc/nxmc-1.2.1-win32-x86.zip.

Best regards,
Victor
#5269
General Support / Re: Server Performance
July 11, 2012, 10:39:42 PM
Turn off routing and discovery polls on those BGP routers (you did that already if I understand correctly). Restart netxmsd after that if possible.

Routing table polls used for discovery and also can be used for routing change monitoring via Net.IP.NextHop internal parameter.

Best regards,
Victor
#5270
General Support / Re: Server Performance
July 11, 2012, 08:44:54 PM
Could it be that you have router(s) with very large routing tables, like full BGP table?

Best regards,
Victor
#5271
General Support / Re: Server Performance
July 11, 2012, 07:43:53 PM
Situation is definitely not normal. Can you please open server debug console (from management console or with nxadm -i), and send me output of the following commands:

show sessions
show pollers
show queue
show stats
show flags
show watchdog


You are correct, containers in infrastructure tree are for logical grouping. Polling is not related to node location in container, and node is polled only once no matter how many times it appears in the tree.

Best regards,
Victor
#5272
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
#5273
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
#5274
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
#5275
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
#5276
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
#5277
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
#5278
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
#5279
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
#5280
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