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

#1846
General Support / Re: NetXMS Debian 9 MsSQL
January 14, 2018, 01:42:46 PM
Hi,

if you are using ODBC driver then database server is in fact ODBC data source. Are you sure that you have configured UNIX ODBC data source correctly?

Best regards,
Victor
#1847
Hi,

most of libraries have prefix nx (like libnxagent), so searching only for "ne" may not be enough. I suggest to check with ldd that agent didn't pickup any "nx" prefixed library from /usr/local/lib.

Best regards,
Victor
#1848
Hi,

it could be added in then future. Sounds interesting, it's just a matter of time required to implement and available resources. I'll add it to feature requests in our tracker. And of course if there will be somebody willing to sponsor development of such add-on we can do it upon request.

Best regards,
Victor
#1849
Announcements / Re: NetXMS 2.2.2 released
January 11, 2018, 02:12:29 PM
Agent comes with VC++ 2017 runtime packaged - this is why it works on Vista 32-bit. It is supposed to work on XP too. I'll check myself on some XP machine. So far I suggest to stick with agent from 2.1 branch for Windows XP.

Best regards,
Victor
#1850
Announcements / Re: NetXMS 2.2.2 released
January 10, 2018, 08:47:24 PM
As far as I know you can install 64 bit native client on the same machine alongside 32 bit client (but I could be wrong, I'm not an expert on SQL Server at all).

Best regards,
Victor
#1851
Announcements / Re: NetXMS 2.2.2 released
January 10, 2018, 03:38:23 PM
We don't use .NET, only Visual C++ runtime. What if you install Visual C++ 2017 runtime on such machine?

Best regards,
Victor
#1852
General Support / Re: NetXMS 3.x?
January 10, 2018, 01:50:04 PM
I finally assign one of our developers to this task in late December (as part-time task). Hopefully we will get at least a prototype soon.

Best regards,
Victor
#1853
General Support / Re: Interface Oddity
January 10, 2018, 01:45:22 PM
It's actually visible on screenshots that aliases are empty. Please contact me directly so I can debug this issue.

Best regards,
Victor
#1854
General Support / Re: Interface Oddity
January 10, 2018, 01:43:48 PM
Hi,

what is your settings for using interface aliases? And what are aliases for those interfaces?

Best regards,
Victor
#1855
General Support / Re: NetXMS 3.x?
January 10, 2018, 01:42:14 PM
Hi,

current 3.0 branch does not have much visible differences from 2.2 now besides sensor objects. These changes aimed at simplifying work with different sensors - currently we have support for LoraWAN sensors and integration with this open source LoraWAN server - https://gotthardp.github.io/lorawan-server/, as well as DLMS sensors with commercial extension. We did some internal changes as well aimed at improving internal architecture and simplifying functionality extension. Major changes planned for 3.0 branch (in no particular order) are:
- UI redesign (for better usability - it is quite cluttered and complicated now)
- Sub-policies in event processing policy
- Replace built-in email sender and SMS drivers with "communication channels" - so it will be possible to use Slack and SMS simultaneously for example
- User-based notifications (just select "notify user" in event processing policy and server will pick up appropriate communication channel from user profile)
- Better virtual infrastructure integration and visualization
- Improved network topology visualization (OSPF routes, default routes on IP topology maps, etc.)
- Tight Unimus (https://unimus.net/) integration
- Analytical tools for collected data
- Not decided yet: support for JavaScript or Python server extensions

Best regards,
Victor
#1856
Announcements / Re: NetXMS 2.2.2 released
January 10, 2018, 01:20:54 PM
Quote from: Brown_Leaf on January 09, 2018, 08:21:26 PM
Hi, I would like to upgrade NetXMS server from 2.1 to 2.2.2. I am looking for a Server installer for Windows x86. NetXMS download site has links to Server Binaries only for Windows x64. Why is the 32-bit installer discontinued? Thanks.

Hi,

we are trying to reduce release efforts by excluding old and rarely used targets. We consider that since Windows Server 2008 R2 all server operating systems are 64 bit 32 bit server build is not necessary. What OS you are using for running NetXMS server?
I can make 32 bit installer for 2.2.2, but we will discontinue 32 bit builds sooner or later anyway.

Best regards,
Victor
#1857
Announcements / Re: NetXMS 2.2.2 released
January 10, 2018, 01:16:00 PM
We switched to Visual Studio 2017 for building Windows binaries. It should support Windows XP SP3 and higher (but Windows XP before SP3 is not supported). What exact Windows version you have?

Best regards,
Victor
#1858
Announcements / NetXMS 2.2.2 released
January 09, 2018, 12:37:48 PM
Hi all,

NetXMS version 2.2.2 is released. Changes since previous release:

- Server command line tools working with agents (nxaction, nxap, nxget, nxupload) use encryption by default
- "Floor plan" display mode for objects on network map
- Access to zone data in network discovery filters
- Automatic target configuration in PING subagent
- Implemented option to display object status map in radial form ("sunburst diagram")
- Fixed issues:
        NX-513 (add toString() to all data objects in netxms-base)
        NX-599 (Delete single collected value from a DCI)
        NX-669 (DRBD monitoring is not working in some configurations)
        NX-689 (Pass found SNMP configuration while discovery for new node creation)
        NX-890 (Passive elements in rack)
        NX-1169 (Encryption is not set by default between agent and server)
        NX-1297 (Copying Files inside File Manager using CTRL and Drag&Drop is not working)
        NX-1299 (Add username filter to CountEx(*) and Process.XXX(*) parameters in Linux subagent)
        NX-1306 (Show system FQDN in tunnel manager)
        NX-1350 (Invert Values option for performance tab DCIs; Performance tab graph configuration is maintained on double-click)
        NX-1366 (Edit option for "group box" decorations on network maps)
        NX-1369 (Title not displayed for dashboard element "Rack")
        NX-1370 (Rack page not displayed correctly when switch between rack objects)
        NX-1372 (PING subagent is not working)
        NX-1374 (Element DashboardGroup not displayed in Dashboard perspective)
        NX-1373 (Error message "Error loading RSA keys from ..." in all server-to-agent command line tools)
        NX-1375 (Add functionality to switch off multipliers for graphs)
        NX-1376 (Windows agent reports incorrect OS version on Windows 10)
        NX-1379 (Rack width calculated incorrectly if only front/back selected)
        NX-1380 (Database error when node has LLDP ID longer than 63 characters)
        NX-1381 (Unjustified NXSL errors "cannot do automatic type cast")
        NX-1384 (Automatic ping target configuration on first data request)
        NX-1385 (Configurable status colors in UI)
        NX-1387 (Performance tab graph sorting in not working with groups)

Best regards,
Victor
#1859
General Support / Re: NetXMS 3.x?
January 09, 2018, 12:35:11 PM
Hi,

we plan to make first milestone release in 3.0 branch in late January or early February.

Best regards,
Victor
#1860
Hi,

looks like really weird bug. Are you using web or desktop UI? Can you send UI log file (for desktop it will be $HOME/.nxmc/data/.metadata/.log, for web UI it will be somewhere within runtime data for application, but with the same name)?

Best regards,
Victor