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

#1726
А на какой операционке запущена консоль?
#1727
Сейчас фильтрации по пользователям нет. Думаю можем добавить в следующей версии.
#1728
General Support / Re: traffic spike
March 01, 2018, 10:17:00 PM
Hi,

it is possible to access node's interface list from transformation script and read interface speed property, so it is possible to set cap on traffic value based on interface speed.

Best regards,
Victor
#1729
General Support / Re: 2.1M3 Mqtt support
March 01, 2018, 10:15:25 PM
Hi,

you should configure one of the agents to communicate with the broker. It can be agent running on same machine as NetXMS server or on any other machine.

Best regards,
Victor
#1730
General Support / Re: Containers in error state
March 01, 2018, 10:14:29 PM
Hi,

I don't remember fixing that specifically, but anyway please try to upgrade and let us know if problem is still there.

Best regards,
Victor
#1731
Если нужно выполнение обоих условий одновременно, то надо использовать скрипт. В скрипт подается текущее значение как $1. Например, пороговое значение, которое сработает если значение между 10 и 20 будет выглядеть так:


return ($1 >= 10) && ($1 <= 20);

#1732
Стандартные шаблоны при старте импортируются из файлов, и изменения затираются. Можно отключить автоимпорт выставив параметр ImportConfigurationOnStartup в 0.
#1733
General Support / Re: Update from 2.0.8 to 2.2.3 or newer
February 28, 2018, 06:13:51 PM
Hi,

yes, it's possible (unless you are using SQLite as backend database - in that case upgrade can be problematic).

Best regards,
Victor
#1734
General Support / Re: Missing Infrastructure / Network
February 28, 2018, 06:12:36 PM
Hi,

what do you mean by "give all permissions"? There are two types of permissions - global (that you see in user's properties) and per object (that you see in object's properties on "Access Control" page). Are you sure that you gave permissions on object level?

Best regards,
Victor
#1735
General Support / Re: Agent Tunnel Port Configuration
February 28, 2018, 06:10:17 PM
Hi,

you can also add any missing configuration parameter directly from UI (there is option "add parameter" in server configuration view) or using nxdbmgr:

nxdbmgr set AgentTunnelListenPort 443

Best regards,
Victor
#1736
Announcements / NetXMS 2.2.4 released
February 28, 2018, 06:03:46 PM
Hi all,

NetXMS version 2.2.4 is released. It's mostly patch release with some improvements. Full change log is following:

- Portech SMS gateway works correctly with newer gateway versions
- Fixed issues:
        NX-1208 (Added filter to alarm list)
        NX-1295 (MIB Walk from DCI missing Column)
        NX-1332 (Execution timeout for external parameter provider)
        NX-1337 (Map link color based on object status)
        NX-1346 (Unable to select template group on config export)
        NX-1400 (NetworkMap link can be locked when using bendpoints)
        NX-1403 (Setting floor plan view from right-click menu does not work)
        NX-1404 (No source node in events generated by syslog parser)
        NX-1405 (Agent may crash when parsing Windows event log message)
        NX-1408 (Object filtering by zone in object browser and object search form)
        NX-1411 (Server configuration option "UseInterfaceAliases" not working)
        NX-1413 (Agent may crash when processing external parameters provider's output)

Best regards,
Victor
#1737
General Support / Re: Locked by server
February 23, 2018, 01:22:10 PM
Hi,

either server process is actually running (in that case you should shutdown server process first), or crashed (in that case you can answer "yes" and remove stalled lock).

Best regards,
Victor
#1738
General Support / Re: Missing Infrastructure / Network
February 23, 2018, 01:20:33 PM
Hi,

try to login with "system" account - it always has all rights to all objects. Maybe you accidentally revoke access rights for "admin" user or it's group.

Best regards,
Victor
#1739
Try to run both agents with debug 6 and check what is logged when connection attempt is made.

Best regards,
Victor
#1740
General Support / Re: Network map Group and submaps lost
February 21, 2018, 02:07:16 PM
Hi,

try to login with user "system" and check if objects are still there but invisible. Also try to restart server with debug level 5 and check for possible errors on startup.

Best regards,
Victor