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

#1456
Hi,

you still need node to collect data from. On cluster level you can have only aggregated data. But you can define DCI on cluster level and associate it with cluster resource - that way it will be collected only on one node (which currently holds resource). If you need to do actual collection on other node (not cluster member) you can use "source node" option on DCI.

Best regards,
Victor
#1457
Проблема возможно связана с проблемой неработоспособности не UNICODE сборок, поскольку как я помню для OpenWRT собирается без UNICODE. У нас к сожалению нет никого кто разбирался бы нормально в OpenWRT сборках, поэтому функционал полуживой.
#1458
На локальном агенте загружен субагент portcheck? В nxagentd.conf должна быть запись

SubAgent = portcheck.nsm
#1459
Hi,

what is device OID and what driver is selected? If it is PROCURVE, please check if node has custom attributes .procurve.isModular and .procurve.slotSize.

Best regards,
Victor
#1460
For DCI data it is simple - set retention to 30 days, wait for housekeeper run (or run it manually), and set retention back.

Syslog is a bit trickier - if you just need to delete all old records you can do the same retention time change. But if you want to delete older records by certain criteria, you have to do it directly in database.

Best regards,
Victor
#1461
Somewhere mid-year I suppose, with first milestone release somewhere in February. We have lot of plans for 3.0 and many are still pending.

Best regards,
Victor
#1462
General Support / Re: MIB Explorer ERROR
January 29, 2019, 04:49:50 PM
Hi,

could you explain your problem a bit more detailed, maybe with some screenshots?

Best regards,
Victor
#1463
General Support / Re: NetXMS agent takes up 100% CPU
January 29, 2019, 02:00:38 PM
Hi,

try to start agent with debug level 9 and log set to file, and then provide log file for period from start to high CPU usage.

Best regards,
Victor
#1464
Hi!

Yes, you should put nxapisrv.properties to lib directory of your web server (any directory on classpath). Tomcat 7 should be ok for web service API (although Tomact 8 is required for web UI).

Best regards,
Victor
#1465
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
#1466
By "disable retention" you mean do not store syslog at all, only process?

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

Best regards,
Victor
#1468
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
#1469
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
#1470
Please try to replace nxdbmgr.exe with attached one and run database upgrade again.

Best regards,
Victor