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
General Support / Re: Nxagentd binding problem
June 20, 2018, 12:17:01 PM
Hi,

do you want server to connect to agent, or vise versa? Try to make agent running without registration option. If connection from your NetXMS server is NAT'ed, make sure that you have listed correct address in MasterServers (it should be address that agent sees). You can set logging to file and run agent with debug level 6 or higher - then you'll see if there are any incoming connections and if they are rejected.

Best regards,
Victor
#1667
Через встроенную поддержку XMPP нельзя. Только если использовать какой-нибудь внешний клиент который можно дергать через скрипт.
#1668
Общие вопросы / Re: 2.2.6 и Juniper
June 18, 2018, 09:59:12 PM
Добрый день,

пришлите пожалуйста вывод nxsnmpwalk по интерфейсам.
#1669
Hi,

actually NetXMS will use MAC address tables on switches to build network topology. There is also function "Find MAC address" where you can check if location of specific MAC is known. But connection between switch object and node object will only appear on layer 2 map if node's MAC address is the only MAC on switch port - otherwise server will assume that there are some unknown device in between. Also, if you are building automatic L2 maps, make sure that you have checked "include end nodes" option in map properties if you want to see node objects on the map.

Best regards,
Victor
#1670
Just notice that you probably want to get available RAM, not free RAM. Are you using System.Memory.Physical.Available or System.Memory.Physical.Free? Available memory includes for example cache pages that can be freed.

Best regards,
Victor
#1671
Hi,

seems to be an issue that was solved in one of recent upgrades. Try to upgrade agent to version 2.2.6 (it will work with older server).

Best regards,
Victor
#1672
Hi,

that's an inconsistency in API - you should set all status calculation and propagation properties when modifying any of them. So in your case you have to call on md object: setStatusPropagationMethod, setFixedPropagatedStatus, setStatusShift, setStatusTransformation, setStatusSingleThreshold, setStatusThresholds. You can just pass values from appropriate getters on mdgr object.

Best regards,
Victor
#1673
Hi,

try to check trusted nodes settings in server configuration and turn off "check trusted nodes" if it is on. This is likely issue for sources DCIs not working.

Best regards,
Victor
#1674
General Support / Re: OID UNSUPPORTED
June 11, 2018, 12:16:57 PM
Just a hint - to simplify DCI creation from OIDs and avoid mistakes, you can right-click on walk result and select "Create DCI".

Best regards,
Victor
#1675
General Support / Re: Dashboard
June 11, 2018, 12:16:03 PM
Hi,

currently it's not possible.

Best regards,
Victor
#1676
Попробовал поворить у себя - все работает как надо. У меня MariaDB 10.1.26, база в utf-8, клиенты libmysqlclient 5.7.22 и libmariadb 2.0.0. Все на Линуксе. Какая у вас версия сервера и клиента?
#1677
General Support / Re: WebAPI Struggles
June 11, 2018, 11:18:17 AM
Hi,

you should turn on both "Basic Auth" and "With Credentials".

Best regards,
Victor
#1678
Hi,

it could be firewall issue or general network connectivity issue.

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


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