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

#751
General Support / Re: Unable to compile
December 17, 2020, 04:19:45 PM
Most likely you have broken gcc installation or some packages are missing. Make sure that you have installed: binutils, make, gcc-c++, bison, flex, openssl-devel, expat-devel, libcurl-devel, sqlite-devel, pcre-devel. Usually you do not need to specify location for openssl, pcre, etc.

Best regards,
Victor
#752
Looks like files from netxms-base package are missing - try to re-install it.

Best regards,
Victor
#753
Announcements / Re: NetXMS 3.6 version 3.6.300
December 08, 2020, 11:13:12 PM
You don't need to re-install netxms-release-latest.deb if you already did that - just run

apt update
apt upgrade

Best regards,
Victor
#754
Hi,

there is no standard path for downgrade (because of DB schema changes, rest is straight forward). Schema can be downgraded manually but it could be quite complex and time consuming process, depending on what versin you want to downgrade.
Regarding desktop connection issues, please try to upgrade to version 3.6.300. We probably have identified root cause and there are chances that those connectivity problems will be solved.

Best regards,
Victor
#755
Announcements / NetXMS 3.6 version 3.6.300
December 03, 2020, 12:54:48 PM
Hello all!

We just published patch release for 3.6 (version 3.6.300). Only server, UI, and Windows agent installer are affected. Changes since version 3.6.273:

- Fixed bug in object tool filter configuration
- Fixed bug in map image save
- Fixed handling of tunnel options in Windows agent installer unattended mode
- Fixed issues:
        NX-1520 (Object Details - Overview tab in desktop client is unusable when using dark gtk3 theme)
        NX-1881 (Unable to open web browser from object tools for nodes have IPv6 address returned from DNS)
        NX-1906 ("Save Resources" keeps on showing when closing the console)
        NX-1943 (Dashboard element in 2nd column does not spans correctly)
        NX-1944 (Add macro that will return all tags of event in concatenated form)
        NX-1969 (Create default interface if node replies via SNMP, but provides empty interface list)
        NX-1978 (Cleanup configuration and status poll textual output)
        NX-1980 (Object Tools input field display name to wrap or input dialog to resize)
        NX-1981 (Unable to create new DCI when filter is not empty in Data Collection Configuration)
        NX-1982 (Export Configuration Tool - Unable to remove items from "Actions" and "Event Processing Rules")

Best regards,
Victor
#756
We likely have found the bug that caused this issue. It should be fixed tomorrow and we will publish patch release.

Best regards,
Victor
#757
Hi,

performance tab populated by DCIs that are marked as "show on performance tab". Mark some DCIs as such and you should see charts for them.
Physical links should be entered manually, you can right click in any physical link list and select "create new".
Ports are shown when there is device driver for your switch or router that can provide information on what interfaces are actually physical ports and how they are located on device.

Best regards,
Victor
#758
What browser you are using? Do you have this issue in all browsers?

Best regards,
Victor
#759
General Support / Re: Dashboard Layout Doubt
December 01, 2020, 01:03:17 PM
Just fixed that issue. Fix will be included into next 3.6 patch release.

Best regards,
Victor
#760
Only server upgrade is needed (latest console version is still 3.6.252).

Best regards,
Victor
#761
Можно зайти на сервер где запущен netxmsd и там включить через nxadm:

nxadm -c "debug client.* 6"
nxadm -c "debug userdb 6"
#762
Hello,

this is likely server side issue thaat we have fixed in version 3.6.269.

Best regards,
Victor
#763
Hi,

could you please provide desktop client log (usually in <home directory>/.nxmc/data/.metadata/.log) and server log file with debug level set to 6 for tags client.* and userdb?

Best regards,
Victor
#764
Quote from: andrey_D on November 29, 2020, 10:12:22 AM
Подскажите пожалуйста
Есть графический линк между оборудованием и необходимо что бы на линке было значение из таблицы как это сделать?

Табличные данные на карте не поддерживаются сейчас. Странно что он дает выбрать таблицу в списке. Сейчас единственный вариант - сделать скриптовый DCI, который будет доставать нужную ячейку из таблицы, и его уже добавлять на карту.

Quote from: andrey_D on November 29, 2020, 10:12:22 AM
Как добавить к значению единицу измерения к примеру выбираю источник скорость передачи данных, на линке появляется значение 100, как добавить мбит/с?

В свойствах источника есть строка форматированию, это стандартный Java формат с одним дополнением - можно использовать %*s для автоматической подстановки мультипликаторов. Если надо просто поставить суффикс мбит/с, то строка формата может быть

%s мбит/с


А если значение всегда в битах, и надо автоматически подставлять к, м, и т.д., то строка будет

%*sбит/с

#765
Попробуйте поставить уровень дебага 6 для тэгов client.* и userdb и пришлите лог сервера после неуспешного подклчения. Еще может помочь лог клиента (обычно в <user home>/.nxmc/data/.metadata/.log).