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

#2071
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
#2072
Hi,

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

Best regards,
Victor
#2073
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
#2074
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
#2075
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
#2076
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
#2077
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
#2078
Hi,

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

Best regards,
Victor
#2079
Hi!

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

Best regards,
Victor
#2080
Hi,

you should add server's real IP address to MasterServers as well.

Best regards,
Victor
#2081
Hi,

we need MIBs for the switch and ideally also access to test device to build a driver.

Best regards,
Victor
#2082
Hi,

do you have mixed authentication mode enabled on SQL server?

Best regards,
Victor
#2083
Announcements / Re: NetXMS 2.1-RC1 released
June 09, 2017, 02:12:35 PM
Hi,

we expect to made stable release 2.1 within next two weeks.

Best regards,
Victor
#2084
Hi,

it seems to be a bug (at least it should not end up in NPE). I'll register it as a bug.

Best regards,
Victor
#2085
General Support / Re: 2.1-RC1 Console - slowish
May 30, 2017, 11:39:23 PM
Hi,

if you close alarm browser and object details views will you still experience slowness?

Best regards,
Victor