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

#4411
General Support / Re: WebUI encryption
August 05, 2013, 12:24:57 PM
Please post your config.log (it should be in the root of source directory).
#4412
General / Re: NetXMS Management Console lost views
August 02, 2013, 01:33:17 PM
Any exceptions/errors in log?

Also, try to reset perspective to default - right click on perspective name in top right corner and select "Reset".

If this will not help, try to delete runtime data (usually %HOMEPATH%\.nxmc on Windows and ~/.nxmc on Linux).

Best regards,
Victor
#4413
Feature Requests / Re: Templates - re-apply to nodes
August 01, 2013, 06:25:41 PM
Just select "Apply" again - it should be re-applied. Also, changes from template propagated to already attached nodes when you close data collection editor for template - so if you keep it open, changes are not propagated.

Best regards,
Victor
#4414
General Support / Re: Error editing DCI
August 01, 2013, 06:23:32 PM
Hi!

Looks very strange. Check for file called .log somewhere under .nxmc in your home directory.

Best regards,
Victor
#4415
General Support / Re: WebUI encryption
August 01, 2013, 06:22:24 PM
You should install either from source code or from deb packages. You can check what you are using by path - deb packages installs all binaries under /usr/bin, while building from source by default will use /usr/local/bin. If you have both binaries and linraries, I recommend to remove either deb packages or binaries built from source code.

Best regards,
Victor
#4416
General / Re: NetXMS Management Console lost views
August 01, 2013, 04:46:11 PM
Hi!

How did you run it? Also, check "Console" view in Eclipse for any log messages and exceptions.

Best regards,
Victor
#4417
General Support / Re: WebUI encryption
August 01, 2013, 04:45:01 PM
Just to be sure - did you install server from sources or from deb package?

Best regards,
Victor
#4418
General Support / Re: Events between servers
August 01, 2013, 04:44:18 PM
Hi!

First of all, you should enable ISC listener by setting server configuration parameter EnableISCListener to 1 and restart server. Then you will have to have objects with same IP addresses as on source server so destination server can match incoming events to local objects.

Best regards,
Victor
#4419
General Support / Re: DCI Table help, please
August 01, 2013, 04:39:35 PM
Not yet. It is possible to create a transformation script for the table now, but you cannot delete rows from it. In release 1.2.9 we will have table methods deleteRow and deleteColumn, and then you'll be able to remove unneeded rows from resulting table.

If you have relatively small amount of rows and columns you want to collect, you can use instance discovery instead of tables. Some information about instance discovery is in wiki: http://wiki.netxms.org/wiki/UM:Data_Collection#Instance_Discovery. There are also screencast that could be helpful: http://www.youtube.com/watch?v=HSs9mP_0XK0. ANd this topic on forum could be useful: https://www.netxms.org/forum/configuration/instance-discovery-filter-scrip/.

Best regards,
Victor
#4420
General Support / Re: WebUI encryption
August 01, 2013, 04:31:47 PM
No I meant file named config.log, which is created after you run configure when building server from sources.

Best regards,
Victor
#4421
General Support / Re: WebUI encryption
August 01, 2013, 01:40:27 PM
Can you post your config.log please?
#4422
В аттаче исправленные MIB'ы. Основная проблема была в том, что по стандарту названия обьектов должны начинаться с маленькой буквы, а в этих файлах в основном были с большой.
#4423
General Support / Re: DCI Table help, please
August 01, 2013, 12:28:53 PM
Quote from: dstreefkerk on August 01, 2013, 03:20:54 AM
That was much more straight-forward than how I'd done it before in Zabbix. The only thing I miss when compared to Zabbix is being able to template a bunch of graphs.

Now I just need to figure out how to graph all of these statistics. Any pointers on that without generating several hundred graphs manually?

You can right-click any cell (or selected group of cells) in the table and open historical graph for it from context menu. But there are no easy way to automatically populate predefined graphs tree or dashboards, which is you're looking for if I understand correctly. Sounds like nice feature, I'll add it to our feature request list.

Quote from: dstreefkerk on August 01, 2013, 03:20:54 AM
Also another quick question - what does "This column is instance label column" do?

Currently nothing. In the next release, value from this column will be used in graph legends instead of value from key column (because often key column is some sort of ID and you need to present display name instead).

Best regards,
Victor
#4424
General Support / Re: SNMP Proxy
August 01, 2013, 12:23:04 PM
Strange, I don't see much difference between configs. Server don't need direct communication with device if proxy agent is used. What configuration poll from console shows for 192.168.10.10?
You can enable server debug log as well, edit netxmsd.conf file and set LogFile parameter to some file, and DebugLevel parameter to 5 or 6. Seeing server log can really help.

Best regards,
Victor
#4425
General Support / Re: WebUI encryption
August 01, 2013, 12:16:47 PM
Hi!

Looks like you've compile server without encryption support. I recommend to recompile it with encryption (ensure that you have openssl development package installed and that encryption support set to YES in configure summary).

Best regards,
Victor