I have a requirement to log into some HP/UX boxes via Telnet to run some perl commands, can I modify the LinuxScriptHelper to log into a menu before it starts to run an application monitor component? Here is a test using the default SSH connection method, I'd rather use SSH but HAVE to use Telnet, please don't get me started on that
My debug log on trying a basic connection
2015-12-17 14:38:36,258 [STP Pool:276 Thread #0] [C45353] DEBUG SolarWinds.APM.Logging.ApmJobContextInfo - Reseting thread log data
2015-12-17 14:37:53,463 [STP SmartThreadPool Thread #26] [C(null)] DEBUG SolarWinds.APM.Probes.ApplicationJob - Current process: SWJobEngineWorker2 (PID 16604), job execution mode: Poller
2015-12-17 14:37:53,463 [STP SmartThreadPool Thread #26] [C(null)] DEBUG SolarWinds.APM.Probes.ApplicationJobBase - [x276] Creating thread pool. Min: 1 Max:2
2015-12-17 14:37:53,463 [STP SmartThreadPool Thread #26] [C(null)] DEBUG SolarWinds.APM.Probes.ApplicationJob - Executing(total executors# 1): SolarWinds.APM.Probes.ProbeExecutors.RegularBatchExecutor, SolarWinds.APM.Probes, Version=6.2.1.2395, Culture=neutral, PublicKeyToken=null
2015-12-17 14:37:53,463 [STP Pool:276 Thread #0] [C45353] DEBUG SolarWinds.APM.Probes.ProbeExecutors.RegularBatchExecutor - [x276] Component 45353 starting (LinuxScriptProbe) - Regular
2015-12-17 14:37:53,463 [STP Pool:276 Thread #0] [C45353] DEBUG SolarWinds.APM.Probes.ProbeExecutors.RegularBatchExecutor - Component probe starting: JobContext - NodeId: 1311, NodeName: supcam3, ApplicationId: 804, ApplicationName: HP-UX, ComponentId: 45353, ComponentName: CPU statistic (%), CustomLogEnabled: True
2015-12-17 14:37:53,478 [STP Pool:276 Thread #0] [C45353] DEBUG SolarWinds.APM.Probes.Script.LinuxScriptHelper - Setting SSH Column Count to 200
2015-12-17 14:37:53,478 [STP Pool:276 Thread #0] [C45353] DEBUG SolarWinds.APM.Probes.Script.LinuxScriptHelper - SSH Control will output debug log to ""
2015-12-17 14:37:53,478 [STP Pool:276 Thread #0] [C45353] DEBUG SolarWinds.APM.Probes.Script.LinuxScriptHelper - Running Script on 10.0.30.68
2015-12-17 14:37:53,478 [STP Pool:276 Thread #0] [C45353] DEBUG SolarWinds.APM.Probes.Script.LinuxScriptHelper - Opening SSH Connection to 10.0.30.68
2015-12-17 14:37:57,619 [STP Pool:276 Thread #0] [C45353] DEBUG SolarWinds.APM.Probes.Script.LinuxScriptHelper - SSH Send: sh
2015-12-17 14:37:59,634 [STP Pool:276 Thread #0] [C45353] DEBUG SolarWinds.APM.Probes.Script.LinuxScriptHelper - SSH Read (wait for prompt: False)
2015-12-17 14:37:59,634 [STP Pool:276 Thread #0] [C45353] DEBUG SolarWinds.APM.Probes.Script.LinuxScriptHelper - SSH Read: Last successful login: Thu Dec 17 14:42:09 GMT 2015 10.0.100.7
Last authentication failure: Thu Dec 10 11:53:30 GMT 2015 10.0.2.79
Last login: Thu Dec 17 14:42:12 2015 from 10.0.100.7
sh
(c)Copyright 1983-2006 Hewlett-Packard Development Company, L.P.
(c)Copyright 1979, 1980, 1983, 1985-1993 The Regents of the Univ. of California
(c)Copyright 1980, 1984, 1986 Novell, Inc.
(c)Copyright 1986-2000 Sun Microsystems, Inc.
(c)Copyright 1985, 1986, 1988 Massachusetts Institute of Technology
(c)Copyright 1989-1993 The Open Software Foundation, Inc.
(c)Copyright 1990 Motorola, Inc.
(c)Copyright 1990, 1991, 1992 Cornell University
(c)Copyright 1989-1991 The University of Maryland
(c)Copyright 1988 Carnegie Mellon University
(c)Copyright 1991-2006 Mentat Inc.
(c)Copyright 1996 Morning Star Technologies, Inc.
(c)Copyright 1996 Progressive Systems, Inc.
Confidential computer software. Valid license from HP required for
possession, use or copying. Consistent with FAR 12.211 and 12.212,
Commercial Computer Software, Computer Software Documentation, and
Technical Data for Commercial Items are licensed to the U.S. Government
under vendor's standard commercial license.
You have mail.
Select Environment:
1) Live
2) Training
Enter Environment: Enter Environment:
2015-12-17 14:37:59,634 [STP Pool:276 Thread #0] [C45353] DEBUG SolarWinds.APM.Probes.Script.LinuxScriptHelper - Changing prompt...
2015-12-17 14:37:59,634 [STP Pool:276 Thread #0] [C45353] DEBUG SolarWinds.APM.Probes.Script.LinuxScriptHelper - SSH Send: PS1='__SOLAR_WINDS_APM__'
2015-12-17 14:38:01,650 [STP Pool:276 Thread #0] [C45353] DEBUG SolarWinds.APM.Probes.Script.LinuxScriptHelper - SSH Read (waiting for prompt with timeout: 00:00:10).
2015-12-17 14:38:11,681 [STP Pool:276 Thread #0] [C45353] ERROR SolarWinds.APM.Probes.Script.LinuxScriptHelper - Changing prompt failed. DoReceiveWaitPrompt timeout expired.
2015-12-17 14:38:11,790 [STP Pool:276 Thread #0] [C45353] DEBUG SolarWinds.APM.Probes.Script.LinuxScriptHelper - Changing prompt...
2015-12-17 14:38:11,790 [STP Pool:276 Thread #0] [C45353] DEBUG SolarWinds.APM.Probes.Script.LinuxScriptHelper - SSH Send: PS1='__SOLAR_WINDS_APM__'
2015-12-17 14:38:13,806 [STP Pool:276 Thread #0] [C45353] DEBUG SolarWinds.APM.Probes.Script.LinuxScriptHelper - SSH Read (waiting for prompt with timeout: 00:00:10).
2015-12-17 14:38:23,962 [STP Pool:276 Thread #0] [C45353] ERROR SolarWinds.APM.Probes.Script.LinuxScriptHelper - Changing prompt failed. DoReceiveWaitPrompt timeout expired.