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

#1771
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
#1772
Если нужно выполнение обоих условий одновременно, то надо использовать скрипт. В скрипт подается текущее значение как $1. Например, пороговое значение, которое сработает если значение между 10 и 20 будет выглядеть так:


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

#1773
Стандартные шаблоны при старте импортируются из файлов, и изменения затираются. Можно отключить автоимпорт выставив параметр ImportConfigurationOnStartup в 0.
#1774
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
#1775
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
#1776
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
#1777
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
#1778
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
#1779
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
#1780
Try to run both agents with debug 6 and check what is logged when connection attempt is made.

Best regards,
Victor
#1781
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
#1782
General Support / Re: Object tools RDP
February 21, 2018, 02:05:58 PM
Hi,

in newer NetXMS versions you should use %a macro instead of %OBJECT_IP_ADDR%.

Best regards,
Victor
#1783
Hi,

try to extract client application into empty directory and run from there.

Best regards,
Victor
#1784
General Support / Re: Issue with Query
February 21, 2018, 01:12:17 PM
Hi,

on Debian core dump generation disabled by default. Please try to enable it and provide us with core file. There are also slight chance that this is known issue fixed in 2.2.3 or upcoming 2.2.4 (will be released within few days).

Best regards,
Victor
#1785
Hi,

I suppose you mean that you are using main NetXMS agent in customer environment as a proxy for target Windows machine. In that case make sure that main agent has configuration option

EnableProxy = yes

in it's configuration file, and that target Windows agent has main agent's IP address listed in MasterServers.

Best regards,
Victor