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

#5806
Added.

Best regards,
Victor
#5807
Feature Requests / Re: server configuration
September 26, 2011, 02:52:56 PM
Hi!

In fact, if you change discovery settings from old console via Control Panel -> Network Discovery dialog, not directly by changing server's parameters, you don't need to restart the server - it will reconfigure and restart required internal processes automatically. I'll add similar discovery configurator to new console as well.

Best regards,
Victor
#5808
General Support / Re: Java Console - Balloon Tips
September 26, 2011, 02:51:00 PM
Hi!

It looks like it is system-wide parameter in Windows. At least Eclipse does not provide any API for controlling balloon timeout.

Best regards,
Victor
#5809
General Support / Re: Java Console - New Network Maps
September 26, 2011, 02:14:46 PM
Hi!

It's fixed now.

Best regards,
Victor
#5810
General Support / Re: UPS configuration
September 26, 2011, 02:14:18 PM
I have added those options. Parity should be specified as N, E, or O. So fully specified string will be

Device = 0:"COM1:,9600,8,N,1":BCMXCP

Default speed is driver-dependent (i.e. 19200 for BCMXCP and 2400 for APC), default data bits is 8, default parity is N (none), and default stop bits is 1.

Best regards,
Victor

#5811
General Support / Re: Windows Events logging
September 26, 2011, 02:10:52 PM
Hi!

I spent some time on it, but was unable to find any useful information. If I build agent version with excessive debug output, could you test it?

Best regards,
Victor
#5812
General Support / Re: "primary hostname"
September 26, 2011, 02:09:23 PM
Hi!

I agree with that. Probably we should add some configuration option to use DNS name as primary name for discovered nodes.

Best regards,
Victor
#5813
General Support / Re: UPS configuration
September 22, 2011, 09:48:34 PM
Thank you for debugging this! I have added possibility to set serial port speed in UPS subagent. Starting from 1.1.5, you can write like this:

Device = 0:"COM1:,9600":BCMXCP

Best regards,
Victor
#5814
Hi!

Such difference is very strange. What operating system and agent version is on that machine? And you mean System.CPU.Usage parameter, not System.CPU.LoadAvg, right?

Best regards,
Victor
#5815
Hi!

Unfortunately it does not exist. I start creating one long time ago, but it is in initial state. Demand is very low, and there are always tasks with higher priority. Existing document attached - but it covers very small part of the API. But feel free to ask me any questions - I'll do my best to answer them fast and accurate. Also, for new development and integration I would suggest using Java API when possible - it is simplier and has JavaDoc for most classes and methods.

Best regards,
Victor
#5816
General Support / Re: cannot install netxms agent generic
September 20, 2011, 04:43:11 PM
Hi!

I can package RedHat/CentOS (I have development CentOS machine and can build agent on it right now) agent binaries as simple .tar.gz expandable into /opt/netxms (or any other location). Most likely they will run on SUSE as well.

Best regards,
Victor
#5817
General Support / Re: Roll back from 1.1.4 to 1.1.3
September 19, 2011, 09:39:19 PM
It is in https://www.netxms.org/download/archive/

Best regards,
Victor
#5818
General Support / Re: UPS configuration
September 16, 2011, 03:25:34 PM
Do you have any response from the port when you connect with putty?
#5819
General Support / Re: UPS configuration
September 16, 2011, 02:33:22 PM
If you connect to com with terminal, what did you get?

Best regards,
Victor
#5820
General Support / Re: UPS configuration
September 16, 2011, 01:40:53 PM
Also, I found that some Powerware models shows management interface on serial console by default. They need to be switched into "pass-through" mode before using BCM/XCP protocol. That also may be the reason why UPS subagent cannot communication with the device.

Best regards,
Victor