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

#1441
Hi,

this points to some internal locks being held for prolonged period. What version you are using, on what OS? Can you show event log for NetXMS server node?

Best regards,
Victor
#1442
Update: I likely found the reason for this error in numbering. Next release should show it correctly.

Best regards,
Victor
#1443
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
#1444
Проблема возможно связана с проблемой неработоспособности не UNICODE сборок, поскольку как я помню для OpenWRT собирается без UNICODE. У нас к сожалению нет никого кто разбирался бы нормально в OpenWRT сборках, поэтому функционал полуживой.
#1445
На локальном агенте загружен субагент portcheck? В nxagentd.conf должна быть запись

SubAgent = portcheck.nsm
#1446
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
#1447
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
#1448
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
#1449
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
#1450
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
#1451
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
#1452
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
#1453
By "disable retention" you mean do not store syslog at all, only process?

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

Best regards,
Victor
#1455
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