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

#2311
General Support / Re: Encoding problems
October 20, 2016, 09:15:30 AM
Hi,

UCS-2/UCS-4 file support in log parser still not implemented properly. I'll try to schedule it for 2.1-M2 release.

Best regards,
Victor
#2312
What is server OS version?

Best regards,
Victor
#2313
General Support / Re: nxshell snmp vaules
October 20, 2016, 09:01:48 AM
Currently it's not possible. I've added request for context support in data collection as feature request (https://dev.raden.solutions/issues/1325).

Best regards,
Victor
#2314
General Support / Re: Interface list is missing
October 20, 2016, 08:58:55 AM
Hi,

could you please post result of walk on .1.3.6.1.2.1.2?

Best regards,
Victor
#2315
Hi,

it's really strange, I don't see anything wrong in capture. Is it possible to provide me remote access via SNMP to your device so I can debug on our side?

Best regards,
Victor
#2316
General Support / Re: OSX Installation Guide
October 19, 2016, 09:37:05 PM
Hi,

from the log it seems that encryption is on. What do you get when running netxmsd -v?

Best regards,
Victor
#2317
General Support / Re: DCI checks over SSH
October 19, 2016, 04:04:28 PM
Hi,

make sure you have

SubAgent = ssh.nsm

in nxagentd.conf on 10.31.1.97.

Best regards,
Victor
#2318
Hi,

By default agent looks for jvm.dll in your PATH or, of JAVA_HOME environment variable is set, in location %JAVA_HOME%\bin\server or %JAVA_HOME%\jre\bin\server. From your log file it seems that JAVA_HOME is not set correctly. Make sure that you either have jvm.dll in PATH, or that JAVA_HOME environment set correctly. Alternatively you can manually specify full path to jvm.dll using JVM parameter in subagent configuration.

Also, if you are on 64bit system make sure that you are using 64 bit version of both JVM and agent.

Best regards,
Victor
#2319
Hi,

from log and netstat it seems that Tomcat listens only on port 443 (not sure from the log if it expects https or plain http connection though).

Best regards,
Victor
#2320
Announcements / Re: NetXMS 2.1-M1 released
October 13, 2016, 12:21:39 PM
I think yes.

Best regards,
Victor
#2321
Hi,

it seems that on shutdown your database stopped faster than NetXMS server. If it is possible to make netxmsd service depends on mysqld service that should solve this issue.

Best regards,
Victor
#2322
Announcements / NetXMS 2.1-M1 released
October 09, 2016, 04:07:28 PM
Hi all!

NetXMS 2.1-M1 is out! It is first milestone release in 2.1 branch. It is not considered stable, although we do our best to ensure that is stable and usable. Changes from 2.0.6 are following:

*
* 2.1-M1
*
- New policy type: Log Parser
- New server configuration parameter "JobRetryCount"
- Chassis objects
- Hypervisor monitoring subagent
- In case of Policy deploy, Policy uninstall or File upload jobs fail they are scheduled for reinstallation(scheduled tasks)  "JobRetryCount" times. First time job is rescheduled in 10 minutes. Each next wait time is twice more than the previous time.
- If policy is known as installed on the node by the server and agent reposts that it is not installed it is being reinstalled.
- Added configuration option to log parser to generate event only if regular expression have been matched exact count of the times in a predefined time period
- New internal parameters: Server.ReceivedSNMPTraps, Server.ReceivedSyslogMessages, ReceivedSNMPTraps, ReceivedSyslogMessages
- Max size of agent data collectiors pool can be configured
- Agent data reconciliation block size and timeout can be configured
- New agent parameters System.CPU.CurrentUsage and System.CPU.CurrentUsage(*)
- SSH subagent (for collecting data and executing actions via SSH)
- Zone ID can be set for agent in SNMP proxy mode
- Zones has common default proxy node for all protocols
- Zone's proxy node can be placed inside that zone
- Syslog proxy in agent
- Built-in superuser account renamed to "system"
- Default "admin" account now is ordinary member of "Admins" group without built-in privileges
- New method "enableDiscoveryPolling" in NXSL class "Node"
- New NXSL functions: AgentExecuteAction, GetAllNodes
- NXSL functions GetNodeInterfaces, GetNodeTemplates, GetNodeParents, GetObjectChildren returns correct object classes
- Agent effective user and group can be set in configuration file
- Agent environment variables can be set in configuration file
- Added method "getResourceOwner" and attribute "nodes" to NXSL "Cluster" class
- New object tool type "server script"
- Number of polls can be set for "diff" type thresholds
- Instance discovery scripts can return instances as map instance/instance name
- CPU usage parameters on Windows moved to winnt.nsm from winperf.nsm and no longer depends on PDH
- New agent metrics for self-monitoring:
   Agent.SyslogProxy.IsEnabled, Agent.SyslogProxy.ReceivedMessages, Agent.SyslogProxy.QueueSize
- Management console
   - New editors for Agent Config Policy and Log Parser Policy.
   - DCI summary tables with empty menu path not shown in object context menu
- Fixed issues: #69, #80, #92, #397, #521, #568, #723, #795, #906, #909, #942, #949, #959, #992, #999, #1006, #1015, #1044, #1051, #1096, #1100, #1159, #1187, #1191, #1230, #1237, #1245, #1246, #1249, #1254, #1257, #1261, #1263, #1275, #1282, #1284, #1288, #1302

Best regards,
Victor
#2323
Hi,

filter where exactly?

Best regards,
Victor
#2324
Hi,

could you please show exact DCI configuration?

Best regards,
Victor
#2325
MSGRECV_CLOSED means session closed by server. You could check server log if there are anything about connections to that agent.

Best regards,
Victor