News:

We really need your input in this questionnaire

Main Menu
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

#1411
Hi,

if SQL is an option you can read list of nodes directly from NetXMS database. CSV is also an option - you can schedule nxshell script execution that will create CSV file.

Best regards,
Victor
#1412
By "disable retention" you mean do not store syslog at all, only process?

Best regards,
Victor
#1413
It depends on your Linux distribution and Tomcat settings. One possible location is /var/lib/tomcat8/lib.

Best regards,
Victor
#1414
Hi,

this is initialization problem with some MySQL versions. Try to edit file /usr/share/netxms/sql/dbinit_mysql.sql and change

attr_name varchar(255) not null

to

attr_name varchar(63) not null

under line

CREATE TABLE userdb_custom_attributes

Best regards,
Victor
#1415
Hi,

there was packaging error for web installer. We have it repacked, try to download it again and reinstall. MD5 sum should be b52ecdaaf41f3d7b4e1f57ea8b6b327a.

Best regards,
Victor
#1416
Please try to replace nxdbmgr.exe with attached one and run database upgrade again.

Best regards,
Victor
#1417
Announcements / NetXMS 2.2.12 released
January 17, 2019, 02:44:16 PM
Hi all!

NetXMS version 2.2.12 is released. Changes since previous release:

- Added support for active network discovery in remote zones
- Database manager options to skip various logs during database export also works for database migration
- Fixed server database access issues on Windows
- Fixed issues:
        NX-1206 (Full screen mode with only dashboard elements)
        NX-1541 (Cannot open dashboard by name using command line option)
        NX-1542 (Ampersand characters in template path not escaped in exported configuration XML file)

Best regards,
Victor
#1418
Hi,

there are some incompatibilities in dlls. We will publish release 2.2.12 with a fix tomorrow.

Best regards,
Victor
#1419
There is MySQL monitoring subagent, it could possibly work on MariaDB as well, but it seems to be not documented. You can get some information from it's source code here - https://github.com/netxms/netxms/tree/master/src/agent/subagents/mysql and I will ask next week to update administration guide as well.

Best regards,
Victor
#1420
Hi,

do those DCIs recover by itself afterwards? Could you set debug level for server to 7 around that time and check for lines with text GetItemFromSNMP? But keep in mind that debug level 7 will produce huge amount of logging, so depending on your system size it may not be a good idea). Could it be that housekeeper start time set around 1:30?

Best regards,
Victor
#1421
Hi!

Looks very strange. Could you post screenshots of your DCI configuration? Also, is it template DCI or you configure it directly on node?

Best regards,
Victor
#1422
Hi,

I have found the bug. Please try to replace libnetxms.dll to attached.

Best regards,
Victor
#1423
Looks like something is wrong with binaries. Please try to update using this installer: https://cloud.netxms.org/index.php/s/gWYF0hHo9mFzLKU It also contains mysql.ddr with additional logging.

Best regards,
Victor
#1424
Did you install 2.2.11 from minimal or full installer?
#1425
Could you provide md5 sum of downloaded file and original file?