NetXMS crashing when adding ssh as data source

Started by Egert143, June 10, 2019, 11:13:49 AM

Previous topic - Next topic

Egert143

Hello

Trying to collect some data via ssh. Device being polled is mikrotik router where i have made a script that returns needed value. tested it with putty "system script run Script1" returns number.

Now when i try to add new parameter to be monitored i select ssh as source and "system script run Script1" as parameter. and when i click ok, netxms tryes to poll it (end device never revices any requests) and after few seconds netxms core service stops. i also have added ssh credentials to node and ip access from netxms to end device is permited.

Any ideas?

Egert

Egert143


Victor Kirhenshtein

What version and on what platform you are running? Windows minidump or Linux core file would be extremely helpful to debug.

Best regards,
Victor

Egert143

Version:
NetXms: 2.2.15.2
Management Console: 2.2.15

Platform is Win 7 pro

How can i make windows minidump ?

Egert

Victor Kirhenshtein

Add line

CreateCrashDumps = yes
DumpDirectory = some dir

to netxmsd.conf. Server then should generate minidumps after crash in directory you have specified.

Best regards,
Victor


Egert143

Any ideas why netxms is crashing with ssh as data source?