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

#2191
Hi,

yes, it's known bug in framework we are using (Eclipse RAP). We will try to find a workaround before stable release of 2.1.

Best regards,
Victor
#2192
Hi,

this is correct behavior - instance here is OID instance, which is determined by OID suffix (part after walk base). If you want to give other name to the instance, you can use instance filter to change it (and in DCI description you can use {instance-name} then). For example:

return %(true, $1, "New name for " . $1);

Best regards,
Victor
#2193
General Support / Re: Script as Instance Discovery
February 06, 2017, 09:23:53 AM
Hi,

you don't need instance discovery here. Script 2 is correct, you just have to place it into script library and use in script DCI. You can test it by selecting "Execute server script" on your switch node object, selecting library script or pasting script code, and executing.

Best regards,
Victor
#2194
Feature Requests / Re: syslog table Index
January 31, 2017, 11:41:00 PM
Hi,

I've added to new indexes in 2.1-M3:

CREATE INDEX idx_syslog_source ON syslog(source_object_id);
CREATE INDEX idx_snmp_trap_log_oid ON snmp_trap_log(object_id);

Best regards,
Victor
#2195
$dci is global variable containing reference to current DCI object. You can find class description here: https://wiki.netxms.org/wiki/NXSL:DCI. Instance is it's attribute.

Transformation scripts in templates never executed - it is just a template for real DCIs.

It is not possible to disable DCI from script.

Best regards,
Victor
#2196
It is supposed to be generic. I'll check it on Windows 7.

Best regards,
Victor
#2198
Remember that second argument is regular expression, so certain characters have special meaning. For example, \ is an escape character, so to match it you should specify it as \\. As for class name you're probably right - agent extracts only first 255 characters of process command line. I'll fix that in next release.

Best regards,
Victor
#2199
Добрый день,

показывается всегда адрес используемый системой для коммуникаций с узлом. Без переделки кода не получится. В следующем релизе можно добавить отображение комментариев на значке (сейчас они отображаются на всплывающих подсказках) - тогда внешние адреса можно будет в комментариях писать.
#2200
Hi,

you can create nxshell script that will move multiple nodes.

Best regards,
Victor
#2201
Hi,

seems to be a bug. We will investigate it further. I've created issue in our tracker (https://track.radensolutions.com/issue/NX-1148).

Best regards,
Victor
#2202
General Support / Re: LogWatch EventRecordId
January 24, 2017, 08:18:16 PM
Hi,

currently no. Feel free to register feature request for that.

Best regards,
Victor
#2203
Hi,

just tested in on Windows - works as expected. Please provide exact details - process name and command line and how you specify Process.CountEx parameter.

Best regards,
Victor
#2204
General Support / Re: False Agent Detection
January 24, 2017, 08:04:58 PM
Hi,

seems to be a bug. It could also be misconfiguration in NAT - if switch IP address NAT'ed to some node with agent you'll get this effect. Try to access switch IP address with nxget tool (nxget ip_addr Agent.Version) - will it respond? I also suggest to upgrade top latest stable version (2.0.8).

Best regards,
Victor
#2205
Hi,

I'm not sure I understand the issue. On screenshots I see core numbers, not full OIDs. What do you expect there? Maybe also attach screenshots of DCi configuration.

Starting with version 2.1-M2 you can specify performance tab group ID (which can be any string) for DCIs. All DCIs with matching group ID will be shown on one chart.

Best regards,
Victor