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

#3706
General Support / Re: Summary DCI tables
May 05, 2014, 04:39:48 PM
Hi!

Once you configure summary table, it is available from container's context menu under Summary Tables (see attached screenshot).

Best regards,
Victor
#3707
General Support / Re: GetDCI
May 05, 2014, 04:37:26 PM
Hi!

In the script you have access to DCI's "instance" field (via $event->instance). If you have correct disk name in that field (and it will be populated automatically if DCI in question was created by instance discovery) you can form correct DCI name for FindDCIByName.

Best regards,
Victor
#3708
Yes, main reason for moving name resolution to configuration poll was concern that there will be too much DNS requests. I'll see how I could make this configurable.

Best regards,
Victor
#3709
Currently NetXMS do name resolve only on configuration poll. Looks like we have to move it to status poll.

Best regards,
Victor
#3710
Hi!

Drivers are written in C++. They all extends base driver class and overrides methods needed to provide accurate information. Most important is to mark physical ports in interface list and provide VLAN information. All existing driver sources located under src/server/drivers - you can take a look.

My main problem with H3C driver is that I currently does not have access to any HP A series device for testing. I can assist you in driver development if you want to take it. Alternatively, I can write a driver if you can provide me with remote access over SNMP to some test device.

Best regards,
Victor
#3711
General Support / Re: Freezing Agents
May 05, 2014, 03:57:37 PM
Hi!

Could you run agent in debug mode and provide me with debug log (at least last messages before freeze)?

Best regards,
Victor
#3712
Hi!

That means that flag NF_HAS_WINPDH (Node supports Windows PDH parameters) set and cleared periodically. Node considered to support PDH if it has NetXMS agent and agent responds correctly to PDH requests (PDH.Objects list and others). You can check server debug log (running with debug level 5 or higher) for error messages started with WinPerfObject::getWinPerfObjectsFromNode prefix.

Best regards,
Victor
#3713
Hi!

Everything is correct except event tag - it should be

<event params="1">100005</event>

Value in params attribute should match number of capture groups in regular expression (1 in your case).

Best regards,
Victor
#3714
General Support / Re: NetXMS Agent use of UDP ports?
April 29, 2014, 07:21:35 PM
Hi!

Agent cannot use UDP for communications. It's just standard practice to assign both tcp and udp port numbers - I didn't even request udp ports.

Best regards,
Victor
#3715
Announcements / Re: NetXMS 1.2.13 released
April 29, 2014, 06:58:11 PM
Пока рассчитываем в конце этой недели, но может немного задержится.
#3716
Please provide result of

cat /proc/drbd

on your machine.

Best regards,
Victor
#3717
General Support / Re: Components tab
April 28, 2014, 11:11:57 PM
I mean that it requires additional development. I've rigistered it as feature request so it will not be forgotten (https://www.radensolutions.com/chiliproject/issues/561).

Best regards,
Victor
#3718
Hi!

Actually it's a flaw in trap processing logic - they should be ignored for unmanaged nodes. I've registered this as a bug.

Best regards,
Victor
#3719
General Support / Re: Control user sessions
April 28, 2014, 11:06:29 PM
This is a reference to unimplemented feature.

Best regards,
Victor
#3720
General Support / Re: Log parsing
April 28, 2014, 11:44:51 AM
Hi!

Can you share (part of) log file you are trying to monitor?

Best regards,
Victor