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

#4396
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
#4397
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
#4398
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
#4399
General Support / Re: WebUI encryption
August 01, 2013, 01:40:27 PM
Can you post your config.log please?
#4400
В аттаче исправленные MIB'ы. Основная проблема была в том, что по стандарту названия обьектов должны начинаться с маленькой буквы, а в этих файлах в основном были с большой.
#4401
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
#4402
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
#4403
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
#4404
General Support / Re: Java Console - Overview Tab
August 01, 2013, 01:28:55 AM
Hi!

on what platform you are running console? I'll build a patched version.

Best regards,
Victor
#4405
General Support / Re: SNMP Proxy
August 01, 2013, 01:27:54 AM
Hi!

There must be some difference between sites, but it's hard to tell anything based on provided information. Can you show full agent configs from both working and non-working sites, results of configuration polls of agent nodes, and screenshots of SNMP device configuration (both working and non-working)?

Best regards,
Victor
#4406
General Support / Re: DCI Table help, please
August 01, 2013, 01:22:04 AM
Hi!

You have to create table DCI as following:

1. enter "base" OID as parameter on "General" page, .1.3.6.1.4.1.3224.10.1.1.1 in your case
2. add desired columns on "Columns" page, and set SNMP OID for each column to contain only non-changing part, like .1.3.6.1.4.1.3224.10.1.1.3

and that's it. I've attached screenshots with table DCI config that should work (but didn't test it as I don't have such device).

Best regards,
Victor
#4407
General Support / Re: Migration database
August 01, 2013, 12:52:40 AM
Export file is in fact SQLite database. As you already have SQLite database, you can try import using your database file as input without doing export.

Best regards,
Victor
#4408
General Support / Re: Migration database
July 31, 2013, 05:25:39 PM
Hi!

Yes, it's possible. You can try to create empty database on PostgreSQL, change netxmsd.conf to use pgsql driver and new database, and then run

nxdbmgr import your_sql_database_file

Best regards,
Victor
#4409
General Support / Re: 1.2.8 error during upgrade
July 31, 2013, 05:23:43 PM
You will have unused column in table "dc_tables". It should not impact server operation besides tiny storage small space overhead.

Best regards,
Victor
#4410
General Support / Re: java api
July 31, 2013, 01:43:26 PM
In most cases you need Java API version matched with NetXMS server version you are plan to connect to. And there are no need to install it in any way, just download jar files and use in your project.

Best regards,
Victor