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

#5551
General Support / Re: question
February 08, 2012, 02:20:28 PM
It is bundled with NetXMS installer. You don't have to install anything for using SQLite, just select SQLite as database engine in server configuration wizard.

Best regards,
Victor
#5552
Windows agent ne podderzivaet etot parametr. Ja dobavil eto v bugtracker, no ja poka ne znaju, kak poluchit' I/O wait v Windows i mozno li eto sdelat' v principe. Budu smotret'.
#5553
General Support / Re: question
February 08, 2012, 10:33:31 AM
Hi!

You can use embedded SQLite database, then you will not need any external database engine.

Best regards,
Victor
#5554
General / Re: create DCI with Java API
February 07, 2012, 03:05:37 PM
Quote from: moseszero on February 06, 2012, 10:46:51 AM
HI,
I'm trying to create a DCI for a Node with Java API(version 1.1.6),and noticed that when create a DCI in Java console,after some DCI's parameter selected, its default information like data type,origin are also specialized dynamically,
how to get these default setting information with Java API or any other advice for creating DCI?

When you use DataCollectionConfiguration.createItem call, new DCI is created with the following default parameters:

origin - agent
data type - integer
polling interval - 60 seconds
retention time - 30 days
status - ACTIVE
delta calculation - none

all other attributes are set to 0, null, or empty string, depending on attribute's type.

You should set all required attributes and call DataCollectionConfiguration.modifyItem.

Best regards,
Victor
#5555
General / Re: create DCI with Java API
February 07, 2012, 03:01:23 PM
Hi!

Quote from: moseszero on February 07, 2012, 04:31:14 AM
Is the list of all supported DCI to some Node  available using Java API?

Yes, you can use Session.getSupportedParameters call. It accepts node object ID and returns list of parameters supported by that node.

Best regards,
Victor
#5556
General Support / Re: Error in Netxms installation
February 06, 2012, 11:57:42 AM
Send it to [email protected]

Best regards,
Victor
#5557
General Support / Re: Error in Netxms installation
February 06, 2012, 09:59:51 AM
Hi!

Could you please run netxmsd with option -D 9 and post the output?

Best regards,
Victor
#5558
Hi!

You mean high availability for NetXMS server itslef? You can check this topic: https://www.netxms.org/forum/configuration/netxms-in-a-cluster-mode/ for one possible approach to run NetXMS server in active-standby cluster.

Best regards,
Victor
#5559
Hi!

Yes, there are no command line tools for accessing SNMP devices via proxy. This functionality is intended for server to remote device communications. I never though that somebody will want to do this from command line :) It is possible to modify nxsnmpget/nxsnmpwalk tools to work via proxy agent. I'll add it to the list of feature requests, but I cannot promise exact version when it will be implemented.

Best regards,
Victor
#5560
Hi!

Yes, it's actually a bug. There should be retention time for alarms. I'll add it to bug list.
Currently, you can safely delete terminated alarms while NetXMS server is running. You can do it like this:

DELETE FROM alarms WHERE alarm_state=2 AND last_change_time<(timestamp here)

We use UNIX timestamp (seconds since 01.01.1970 00:00:00 UTC).

Best regards,
Victor
#5561
Hi all!

Attached are SNMP trap mappings for Dell and HP servers and APC devices, as well as data collection templates for Dell and HP servers.

Best regards,
Victor
#5562
A, nu da. Simvol \ - eto escape, nado stavit' dva:

c:\\windows\\system32\\notepad.exe


#5563
Hi!

I take a look at it, but didn't find problem so far. Unfortunately I cannot reproduce it in my test environment. I'll return to this problem next week, after web interface.

Best regards,
Victor
#5564
General Support / Re: NetXMS OS Platform
January 29, 2012, 11:52:16 PM
Hi!

I use Debian for production installation in a company I'm working for. It was chosen mainly because I personally like Debian and Ubuntu distros and has good experience working with them. PostgreSQL is used as a backend database.

Best regards,
Victor
#5565
General Support / Re: exporting
January 26, 2012, 10:46:30 AM
Yes, leaving default data and data you need should be ok.

Best regards,
Victor