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

#2086
Feature Requests / Re: LAGs and Peer Nodes
June 28, 2017, 12:40:55 AM
Hi,

peer node is an interface attribute, so nodes connected by multiple interfaces should be shown as peers for each interface. I will try to simulate this issue in my lab network tomorrow - maybe something is broken.

Best regards,
Victor
#2087
Feature Requests / Re: Node "isPhone" flag
June 28, 2017, 12:38:16 AM
Hi,

added to bug tracker: https://track.radensolutions.com/issue/NX-1269

Best regards,
Victor
#2088
Hi,

added to bug tracker: https://track.radensolutions.com/issue/NX-1268

Best regards,
Victor
#2089
Hi,

what NetXMS version you are using? If on 2.1, make sure administrator user and/or group has access right "Manage DCI summary tables" set.

Best regards,
Victor
#2090
Hi,

seems to be a bug in the server. What NetXMS  version you are using?

Best regards,
Victor
#2091
General Support / Re: Add snmp Values together
June 28, 2017, 12:30:05 AM
Hi,

you'll have to use scripts. There are two slightly different options:

1. create new script in script library that will use GetDCIValueByName or GetDCIValueByDescription to read current values from two DCIs and return their sum. Then create new script DCI on any node.

2. Use transformation script on one of the nodes to read value from other node and return sum of two values.

Best regards,
Victor
#2092
Hi,

could you set logging to file, set debug level to 7 (you can do that by adding DebugLevel = 7 to nxagentd.conf) , and try to start agent? Then send me log file.

Best regards,
Victor
#2093
Hi,

it's a bug, we will fix it for upcoming release.

Best regards,
Victor
#2094
General Support / Re: 2.1-RC1 Empty Graphs
June 28, 2017, 12:20:06 AM
Hi,

common cause also wrong time zone settings on client or server. For example:

on server you have EET time zone (GMT+2), and on client you set it to CET (which is GMT+1). If you set clock on both server and client to be visually equal, they will in fact differ:
8:00 on server will be 6:00 UTC (because EET is 2 hours ahead of GMT).
8:00 on client will be 7:00 UTC (because CET is 1 hour ahead of GMT).
As system internaly uses only UTC time, when your client will request last hour data it will request 6:00 UTC to 7:00 UTC, but because on server it's only 6:00 UTC, you won't get any data.

Best regards,
Victor
#2095
General Support / Re: Agent requirements.
June 28, 2017, 12:13:41 AM
Hi,

just to comment a bit on push/pull - you actually can switch agent into push mode by turning on agent cache. When cache is on, server will upload data collection configuration to the agent, and agent will do data collection according to schedule and push collected values to the server (or keep them in local cache if server is disconnected). This will not change bandwidth requirements though (besides few bytes on server poll requests).

Best regards,
Victor
#2096
Fixed in upcoming 2.1 release. DCI owner can be accessed in instance discovery and data collection scripts via $targetObject global variable.

Best regards,
Victor
#2097
General Support / Re: updating dci's description
June 20, 2017, 10:44:19 PM
Hi,

currently you cannot change DCI from NXSL scripts. However, you can use nxshell scripts to modify DCIs (some examples on our wiki: https://wiki.netxms.org/wiki/Using_nxshell_to_automate_bulk_operations).

Best regards,
Victor
#2098
General Support / Re: MIB explorer not showing
June 20, 2017, 10:41:30 PM
Hi,

are you using web or desktop client? If you go to main menu View -> MIB Explorer, do you see MIB tree correctly?

Best regards,
Victor
#2099
Hi,

you can use private messages on forum to send me access info.

Best regards,
Victor
#2100
Hi!

Agent usually runs under local system account. Are you sure that your script will work correctly under local system?

Best regards,
Victor