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

#1396
Hi,

looks like in your setup you need agents connecting to server. In NetXMS default configuration is when server connects to agents. Reverse configuration called "agent tunnel". You have to configure server for accepting connections from agents: https://www.netxms.org/documentation/adminguide/server-management.html#server-configuration-for-agent-to-server-connection-tunnel-connection.

Best regards,
Victor
#1397
General Support / Re: NetXMS list of default ports
February 02, 2019, 02:07:38 PM
Hi,

you can only change it individually for each node. On agent side you have to add

ListenPort = nnn

to nxagentd.conf and on server side you should enter same port number in node properties Communication / Agent.

Best regards,
Victor
#1398
Hi,

replace <agent> tag with <core>. Also, it is not mandatory to use XMS format in policy - you can use same key=value format as in nxagentd.conf.

Best regards,
Victor
#1399
This version is very old. I definitely recommend upgrade to 2.2.12 first. We have fixed lot of issues, including internal locks and performance issues.

Best regards,
Victor
#1400
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
#1401
Update: I likely found the reason for this error in numbering. Next release should show it correctly.

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

SubAgent = portcheck.nsm
#1405
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
#1406
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
#1407
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
#1408
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
#1409
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
#1410
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