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

#2011
Hi,

just fixed this bug in development branch. Fix will be included in 2.1.1 patch release.

Best regards,
Victor
#2012
General Support / Re: Second network interface
August 11, 2017, 02:08:24 PM
Hi,

NetXMS always use address given in "primary host name" field in node communication properties. Just change it to address you want server to connect to.

Best regards,
Victor
#2013
Hi,

from description it seems like a bug. I'll try to reproduce it myself.

Best regards,
Victor
#2014
Похоже мануал несколько некорректен. Распаковать бинарный архив в правильное место:

tar -C / -zxv -f nxagent-2.1-linux-x86_64.tar.gz

И затем создать руками /etc/nxagentd.conf

Минимальный конфиг такой:


MasterServers = 10.0.0.1
LogFile = /var/log/nxagentd


Разумеется 10.0.0.1 надо заменить на правильный адрес сервера.
#2015
I've found bug in MS SQL driver. Please try to replace your existing mssql.ddr with attached one - SQL errors should disappear.

Best regards,
Victor
#2016
General Support / Re: SSH Subagent and Actions
August 10, 2017, 04:04:38 PM
Oops :) That probably was intention but actual code was never written. Of course you still can use SSH subagent to execute something - just create script action which will call agent parameter or list SSH.Command. For example, to get remote directory you can use script


data = AgentReadList($node, "SSH.Command(ls /)");


Best regards,
Victor
#2017
What DB driver you are using - mssql.ddr or odbc.ddr?

Best regards,
Victor
#2018
Hi,

it's definitely a bug in the server. Do you have errors only for this node or for multiple nodes? It is tdata table that means values for some table DCI are not stored in database. What table DCIs you have on this node? Can you check which of them will not show history?

Best regards,
Victor
#2019
После обновления на 2.1 проблема сохранилась?
#2020
Возможно баг в агенте - неправильно определяет тип счетчика. Я проверю на своей системе.
#2021
Не успели к сожалению. Работа постепенно ведется, параллельно с другими задачами.
#2022
Нет, сейчас нельзя (только если через file manager). Надо добавить, я подумаю как это сделать.
#2023
Исправил в dev бранче.Исправление войдет в релиз 2.1.1.
#2024
Hi,

we already have request for manually configured connections between devices. Will try to implement it in near time. Am I understood correctly that your firewall is a layer 2 device?

Best regards,
Victor
#2025
General Support / Re: SSH Subagent and Actions
August 08, 2017, 05:55:25 PM
Hi,

no, it's not possible yet. Where exactly in release notes you find this?

Best regards,
Victor