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

#1651
General Support / Re: Install Agent 2.2.1 fails
June 20, 2018, 03:57:09 PM
Hi,

I can confirm that issue is caused by logwatch subagent usage. Event log service process keeps agent exe file open. I'm working on fix/workaround for this.

Best regards,
Victor
#1652
Default image size is 800 x 73 pixels. Custom image could be bigger - client will resize it when drawing, but it should have same aspect ratio (800:73).

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

пришлите пожалуйста вывод nxsnmpwalk по интерфейсам.
#1656
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
#1657
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
#1658
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
#1659
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
#1660
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
#1661
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
#1662
General Support / Re: Dashboard
June 11, 2018, 12:16:03 PM
Hi,

currently it's not possible.

Best regards,
Victor
#1663
Попробовал поворить у себя - все работает как надо. У меня MariaDB 10.1.26, база в utf-8, клиенты libmysqlclient 5.7.22 и libmariadb 2.0.0. Все на Линуксе. Какая у вас версия сервера и клиента?
#1664
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
#1665
Hi,

it could be firewall issue or general network connectivity issue.

Best regards,
Victor