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

#1666
Могли бы скопировать DCI в отдельный шаблон и прислать экспорт этого шаблона?
#1667
Покажите полный скрипт пожалуйста. Ну и writeLine - это метод объекта "файл", а не глобальная функция, т.е. вызывать надо как метод объекта:


file = OpenFile("myfile.txt");
file->writeLine("something");

#1668
Похоже что к моменту попаданию в transformation script некоторые байты уже могут быть испорчены попыткой перевести полученный OCTET STRING в Unicode строку используя текущий code page. В 2.2.7 мы добавили опцию для колонки в SNMP таблице - "convert value to hexadecimal string" - это должно решить проблему.
#1669
General Support / Re: agent subagents
May 31, 2018, 08:37:37 AM
Hi!

1. Almost complete subagent list is here: https://www.netxms.org/documentation/adminguide/agent-management.html#subagents - but still it missing some. I will ask to update that part of manual.

2. Not all subagents have checkboxes in Windows installer - just because it was not updated so often. They all installed anyway, the only thing those checkboxes do is to add SubAgent = name line to generated nxagentd.conf. You still can edit agent configuration after installation and load necessary subagents. As for vmgr, it is not available on Windows yet.

3. You mean installer command line options? It used to be there, but seems to get lost while moving from wiki to manual. I'll ask to update documentation.

Best regards,
Victor
#1670
Hi,

just one addition - check for "NetObj" class here:

else if (classof(o) == "NetObj")

is unnecessary - GetObjectChildren will only return objects of class NetObj and derivatives. Even more, that way you may miss some nodes on next levels, for example if you have cluster object - then it's class will be "Cluster", not a "NetObj". Simple "else" is enough here.

Best regards,
Victor
#1671
Announcements / NetXMS 2.2.6 released
May 24, 2018, 11:56:17 AM
Hi all!

NetXMS version 2.2.6 is released. It is patch release for 2.2.5 that fixes few important issues. It also adds NXSL based queries in object finder and allows fine tuning of filter behavior in object browser (issue NX-1395).

Best regards,
Victor
#1672
Do you see incoming client connection in server log when attempt to save Grafana data source? Can you login with same user from web UI?

Best regards,
Victor
#1673
Если в конфиге нет записи DebugLevel= и в командной строке netxmsd не указан ключ -D, то уровень 0. Можно проверить через nxadm:

nxadm -c "show debug"
#1674
General Support / Re: network mapping issues...
May 22, 2018, 12:57:01 PM
Hi,

you can set either standard postal address attributes or some custom attribute on each switch to indicate which tower it belongs to, and then create 3 maps and use filtering script to filter only switches related to certain tower.

Best regards,
Victor
#1675
#3 уже есть - в свойствах линии выбрать "routing - bend point", потом можно двойным кликом делать точки привязки и двигать их по карте.
#1676
Это не дубликаты, а одна и та-же нода. Нода показывается во всех сабнетах в которых у нее есть интерфейсы.
#1677
Я имел ввиду с каким уровнем дебага запущен сервер?
#1678
Hi,

at least you should have Grafana on different port - it has it's own HTTP server build in, and setting it to port 8080 will conflict with NetXMS REST API server.

Best regards,
Victor
#1679
А могли бы прислать тот-же OID полученный nxsnmpget'ом?
#1680
А могли бы прислать выборку из базы из таблицы "items" для этих DCI? Какая база данных используется? На какой платформе сервер?