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

#5866
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
#5867
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
#5868
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
#5869
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
#5870
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
#5871
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
#5872
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
#5873
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?
#5874
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
#5875
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
#5876
General Support / Re: UPS configuration
September 16, 2011, 01:36:07 PM
Hi!

Syntax is correct. Can you please tell exact UPS model? Most probably it uses different protocol or protocol version. Also, please check that you can open COM1 with terminal application - just to make sure that no other apps holds it open.

Best regards,
Victor
#5877
Feature Requests / Re: Windows Registry
September 16, 2011, 01:31:10 PM
Hi!

I could implement it easily, I just never thought about that. Will do this for 1.1.5 agent.

Best regards,
Victor
#5878
General Support / Re: Windows Events logging
September 15, 2011, 06:23:33 PM
Hi!

File looks correct. Did you get something in log file? Also, do you have event with ID 100 in application log?

Best regards,
Victor
#5879
General Support / Re: Reports $ Business Services
September 15, 2011, 06:21:39 PM
Hi!

They both works, but should be considered experimental and has some limitations so far:

There are reporting engine, but no actual reports yet. We will provide actual reports later on. Reporting uses Jasper Reports, so you have to install Java runtime on the server if you wish to generate reports. And you can create your own reports using Jasper. When standard reports will be available, you will be able to use them as example.

Business services is a basis for SLA monitoring functionality. Currently, you can define business services and see availability percentage. Service in in unknown state because you have to define actual services and checks to calculate service status. It is quite long story, I'll try to put it into manual.

Best regards,
Victor
#5880
General Support / Re: agent on NetXMS server
September 15, 2011, 06:14:47 PM
Hi!

In fact, for many versions server expects that agent running on server allows connections from both 127.0.0.1 and machine IP. But I already has reports that 1.1.4 has strange issues with loopback interface. I'll check it out.

Best regards,
Victor