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

#3736
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
#3737
Announcements / Re: NetXMS 1.2.13 released
April 29, 2014, 06:58:11 PM
Пока рассчитываем в конце этой недели, но может немного задержится.
#3738
Please provide result of

cat /proc/drbd

on your machine.

Best regards,
Victor
#3739
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
#3740
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
#3741
General Support / Re: Control user sessions
April 28, 2014, 11:06:29 PM
This is a reference to unimplemented feature.

Best regards,
Victor
#3742
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
#3743
General Support / Re: Custom schedule "L"
April 28, 2014, 10:37:59 AM
Hi!

No, it's not supported. Could you register feature request for this? Should not be hard to implement :)

Best regards,
Victor
#3744
General Support / Re: Samba monitoring
April 28, 2014, 10:35:30 AM
Net.RemoteShareStatus should return status code returned by NetUseAdd Windows API call. Level 2 call is used.

Best regards,
Victor
#3745
General Support / Re: android agent
April 27, 2014, 03:34:20 PM
You have to create mobile device object and enter correct device ID (usually IMEI, but agent will show you correct device ID). Also, user account used by mobile agent should have "login as mobile device" access right.

Best regards,
Victor
#3746
I've added fix for MS SQL as suggested.

Best regards,
Victor
#3747
Feature Requests / Re: GetSumDCIValue
April 25, 2014, 09:58:56 AM
Hi!

Actually, there is function GetSumDCIValue :) It just was not added to manual.

Best regards,
Victor
#3748
Hi!

Seems to be implicit data conversion issue. Can you try modify this query somehow to make it work (maybe cast idata_value to numeric type)? If you will make it wor, I'll fix server code to handle it correctly :)

Best regards,
Victor
#3749
General Support / Re: Samba monitoring
April 24, 2014, 07:21:59 PM
Hi!

If you have Windows agent somewhere, you can use Net.RemoteShareStatus or Net.RemoteShareStatusText parameter. Syntax is following:

Net.RemoteShareStatus(share,domain,login,password)
Net.RemoteShareStatusText(share,domain,login,password)

Best regards,
Victor
#3750
General Support / Re: DCI Sumary Tables used
April 24, 2014, 07:18:49 PM
Hi!

DCI summary tables intended to show values of same DCIs on different nodes. You cannot use it to show different values of same DCI. Can you describe your requirements in more details (maybe there is some way to achieve it)?

Best regards,
Victor