News:

We really need your input in this questionnaire

Main Menu
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

#1786
General Support / Re: Run Script to get DCI Data
February 06, 2018, 05:55:39 PM
Hi,

packages for Ubuntu 14.04 (trusty) are published. Please check that you have correct source - should be:


deb https://packages.netxms.org/ubutu trusty main


Best regards,
Victor
#1787
Announcements / Re: NetXMS 2.2.3 released
February 06, 2018, 05:18:55 PM
Quote from: lweidig on February 06, 2018, 03:47:26 PM
Interested in the possibilities this might allow for:

QuoteFile I/O functions in NXSL (disabled by default)

Is there any documentation regarding the functions and their use.  Did a quick search, but have not found anything.  Thanks!

Just added documentation file file I/O functions here: https://wiki.netxms.org/wiki/NXSL_Function_Reference.

Best regards,
Victor
#1788
Announcements / Re: NetXMS 2.2.3 released
February 06, 2018, 03:35:17 PM
File jansson_private_config.h was not included into distribution package. Please download source package now - it should work.

Best regards,
Victor
#1789
Announcements / Re: NetXMS 2.2.3 released
February 06, 2018, 03:13:12 PM
Quote from: iGodunoff on February 06, 2018, 08:59:43 AM
nxagent-2.2.3.exe (Windows x86) can't be downloaded - 404 Not Found :(

Should be fixed now.
#1790
Announcements / Re: NetXMS 2.2.3 released
February 06, 2018, 11:23:50 AM
Hi,

for server build try to remove files src/server/libnxsrv/messages.c and src/server/libnxsrv/messages.h and re-run make. I'll check jansson build error.

Best regards,
Victor
#1791
General Support / Re: Agent Tunnel Port Configuration
February 06, 2018, 11:17:47 AM
Hi,

it is supposed to be. You can set listening port on server by changing parameter AgentTunnelListenPort, and on agent side you can specify port after : in ServerConnection parameter. However, due to a bug, agent will always connect to port 4703. It is fixed in current development branch and fix will be included into next release.

Best regards,
Victor
#1792
General Support / Re: WEBApi install error
February 06, 2018, 11:04:20 AM
Just to make sure - are you using server from development branch (3.0)? Or your server is from 2.2.x branch? If latter, then I suggest to download matching version of web services API. Also, make sure you install NetXMS datasource for Grafana version 1.1.0.

Best regards,
Victor
#1793
General Support / Re: Run Script to get DCI Data
February 06, 2018, 11:01:22 AM
Hi,

we just published release 2.2.3 which should include ssh.nsm.

Best regards,
Victor
#1794
Hi,

we were able to reproduce this issue on one machine (we never encounter this on our development machines). Will update as soon as we will found a solution.

Best regards,
Victor
#1795
Announcements / NetXMS 2.2.3 released
February 05, 2018, 09:05:06 PM
Hi all!

NetXMS version 2.2.3 is out! Changes since previous release:

- Additional information about captured Windows Event Log event passed to the server
- Improved server startup time
- Automatic termination of related alarms when DCI is deleted
- Added attribute "isSTP" to NXSL class "Node"
- File I/O functions in NXSL (disabled by default)
- Sub-second interval between packets can be configured in PING subagent (down to 10 milliseconds)
- Fixed issues:
        NX-1149 (Pass EventRecordID with matched Windows event log record)
        NX-1258 (Option to pass event data from Windows event log to NetXMS event)
        NX-1259 (Added NXSL function - FindAlarmByKeyRegex)
        NX-1363 (Automatic deployment of agent policies)
        NX-1364 (Automatically create nodes for unbound agent tunnels)
        NX-1367 (Fix HP aCC compiler warnings)
        NX-1383 (Minimal interval before generating data collection script error events)
        NX-1389 (If library script saved with compilation errors it disappears from script list)
        NX-1392 (Reload log parser without agent restart)
        NX-1393 (PostgreSQL deadlock on updating raw_dci_data table)
        NX-1398 (Windows Server 2016 not detected correctly)
        NX-1399 (Some SQL queries fail when using MariaDB driver because of MariaDB bug CONC-281)

Best regards,
Victor
#1796
General Support / Re: Lost Node
February 05, 2018, 09:03:03 PM
Hi,

likely old node was not deleted completely. Try to login with user "system", find that node, and delete it.

Best regards,
Victor
#1797
General Support / Re: Run Script to get DCI Data
February 05, 2018, 10:12:36 AM
Seems to be packaging error. We will check.

Best regards,
Victor
#1798
Hi,

it seems that you have wrong version of client application. Make sure you have correct version, and in case you unpack it on top of old version, try to remove old version completely and unpack into clean folder.

Best regards,
Victor
#1799
General Support / Re: Management Console on Raspberry Pi
February 01, 2018, 12:18:01 AM
Hi,

I didn't try it myself, but few things you may want to check:

1. what Eclipse version you are using? UI built on Eclipse 3.8.2.
2. Is there any errors in UI log (usually $HOME/.nxmc/data/.metadata/.log)?
3. You should use Java 7 or higher.

Best regards,
Victor
#1800
General Support / Re: Run Script to get DCI Data
February 01, 2018, 12:13:16 AM
In agent configuration file (nxagentd.conf) on your NetXMS server make sure you have line

SubAgent = ssh.nsm

This will load SSH subagent. For SSH DCIs connection chain is following:

server --- NXCP protocol ---> agent with SSH subagent --- SSH protocol ---> target system

where agent can be on same machine as server or any different machine. This is why server do not connect directly over SSH but use agent instead.

Best regards,
Victor