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

#2026
Hi,

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

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

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 надо заменить на правильный адрес сервера.
#2028
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
#2029
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
#2030
What DB driver you are using - mssql.ddr or odbc.ddr?

Best regards,
Victor
#2031
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
#2032
После обновления на 2.1 проблема сохранилась?
#2033
Возможно баг в агенте - неправильно определяет тип счетчика. Я проверю на своей системе.
#2034
Не успели к сожалению. Работа постепенно ведется, параллельно с другими задачами.
#2035
Нет, сейчас нельзя (только если через file manager). Надо добавить, я подумаю как это сделать.
#2036
Исправил в dev бранче.Исправление войдет в релиз 2.1.1.
#2037
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
#2038
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
#2039
General Support / Re: terminating alarms - v2.1
August 08, 2017, 05:52:26 PM
Hi,

what exact error you got? Request timeout?

Best regards,
Victor
#2040
General Support / Re: agent tunneling
August 08, 2017, 05:49:52 PM
Hi,

yes, certificates should be in PEM format, even on Windows.

Best regards,
Victor