Giter Site home page Giter Site logo

remote-linux-monitor's People

Contributors

dbothwell avatar

Watchers

 avatar

remote-linux-monitor's Issues

CLI key -s not working

What steps will reproduce the problem?
trying connect to non standart ssh port via CLI - for example 2020 and got 
timout issue.
If I do this via GUI - all ok.

when i trace connection by firewall - see that program trying connect to 22 
port instead 2020

log
>java -jar remote-linux-monitor-v1.03.jar -s 2020 -H 192.168.0.103 -u test -p 
test
com.jcraft.jsch.JSchException: java.net.ConnectException: Connection timed out: 
connect
        at com.jcraft.jsch.Util.createSocket(Util.java:341)
        at com.jcraft.jsch.Session.connect(Session.java:186)
        at com.jcraft.jsch.Session.connect(Session.java:154)
        at db.remoteLinuxMonitor.SSHSession.login(SSHSession.java:64)
        at db.remoteLinuxMonitor.RemoteMain.autoLogin(RemoteMain.java:576)
        at db.remoteLinuxMonitor.RemoteMain.access$14(RemoteMain.java:570)
        at db.remoteLinuxMonitor.RemoteMain$23.run(RemoteMain.java:1000)
        at java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
        at java.awt.EventQueue.access$200(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection timed out: connect
        at java.net.DualStackPlainSocketImpl.connect0(Native Method)
        at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
        at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
        at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
        at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
        at java.net.PlainSocketImpl.connect(Unknown Source)
        at java.net.SocksSocketImpl.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.connect(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at java.net.Socket.<init>(Unknown Source)
        at com.jcraft.jsch.Util.createSocket(Util.java:335)
        ... 20 more



What version of the product are you using? On what operating system?
emote-linux-monitor-v1.03.jar

Please provide any additional information below.
Windows 7 x64

Original issue reported on code.google.com by [email protected] on 1 Feb 2014 at 4:31

Attachments:

Remote monitoring fails due to limited options on server's "df" command.

What steps will reproduce the problem?
1. Attempt to log into Linux-based system which uses BusyBox

What is the expected output? What do you see instead?

Expect statistics.  Instead, receive error because "-l" parameter 
is used on "df" command but "-l" is not always an available option.
-l is not available on busybox version of df.

What version of the product are you using? On what operating system?

1.0.2

Please provide any additional information below.

Recommend more graceful error handling where some calls can succeed even if one 
call fails (such as df).  Additionally, recommend allowing modification of 
command line calls through advanced
options so we can work around errors such as this.

Original issue reported on code.google.com by [email protected] on 11 Jan 2013 at 7:19

Unparseable date / no Resources Graph

What steps will reproduce the problem?
1. Install
2. configure
3. run

What is the expected output?

> no error is expected in the java windows
> Graphics ressources displayed


What do you see instead?
> In the java console 1 per second :       
at java.text.DateFormat.parse(Unknown Source)
...
java.text.ParseException: Unparseable date: "02-28-13 03:27:19 "

>the correct time was :Thu, 28 Feb 2013 15:35:01

> Linux box is configured with French units
> LANG=fr_FR.UTF-8

What version of the product are you using? 
>ver 1.02

On what operating system?
Windows XP / JRE 7

Please provide any additional information below.

Full error message
        at java.text.DateFormat.parse(Unknown Source)
        at db.remoteLinuxMonitor.ResourceInfo.getCPUYPoint(ResourceInfo.java:180)
        at db.remoteLinuxMonitor.ResourceInfo.addYPoint(ResourceInfo.java:101)
        at db.remoteLinuxMonitor.ResourceInfo.addPlotPoints(ResourceInfo.java:72)
        at db.remoteLinuxMonitor.RemoteMain$2.actionPerformed(RemoteMain.java:706)
        at javax.swing.Timer.fireActionPerformed(Unknown Source)
        at javax.swing.Timer$DoPostEvent.run(Unknown Source)
        at java.awt.event.InvocationEvent.dispatch(Unknown Source)
        at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
        at java.awt.EventQueue.access$200(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Source)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)
java.text.ParseException: Unparseable date: "02-28-13 03:27:19 "

Original issue reported on code.google.com by [email protected] on 28 Feb 2013 at 2:41

illegal variable name

What steps will reproduce the problem?
1. run java -jar remote-linux-monitor.jar
2. Provide username@machine-name, password
3. Hit OK

What is the expected output? What do you see instead?

It should connect to target and show the values and graphs. I see an error 
message as shown in the picture. 

What version of the product are you using? On what operating system?

remote-linux-monitor-v1.0.03.jar

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 24 Jul 2014 at 11:33

Attachments:

SSH with certificate

What steps will reproduce the problem?
1. Cannot connect to SSH that requires certificate based authentication

What is the expected output? What do you see instead?
* Expected a way to pass certificate to log into SSH session.

What version of the product are you using? On what operating system?
* 1.03

Please provide any additional information below.
* Logging from windows to CentOS

Original issue reported on code.google.com by [email protected] on 18 Sep 2014 at 2:15

Wrong output for memory utilization as compared to free -m command.

What steps will reproduce the problem?
1. view memory history on UI & same time run the command #free -m so you will 
see huge difference.
2. host machine was windows7, on which remote linux monitor jar was runnig.
3. linux machine monitored had 32GB ram , 64bit O/S (OEL6.4)

What is the expected output? What do you see instead?
our system used arround 31GB ram & it was showing only 18% of memory

What version of the product are you using? On what operating system?
we are using remote-linux-monitor-v1.03.jar

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 7 Nov 2014 at 1:20

Issues connect to gentoo linux box with remote-linux-monitor

What steps will reproduce the problem?
1. Open remote-linux-monitor (1.0 or 1.02)
2. Attempt to connect to a gentoo linux box with root 

(2.6.38-gentoo-r5 #1 SMP PREEMPT Thu May 12 17:17:56 UTC 2011 x86_64 Intel(R) 
Xeon(R) CPU X3430 @ 2.40GHz GenuineIntel GNU/Linux)

3.

What is the expected output? What do you see instead?

---
I have tried many times with the correct password.  I get this exact error:

Failed to connect.
Reason: Auth fail



What version of the product are you using? On what operating system?

---
I'm using v1 and 1.02 on a Windows 7 Pro laptop.  When I do this on a redhat or 
centos box it works great.  Just not to a gentoo box.


Please provide any additional information below.

-iptables are stopped on this gentoo box.
-attached screenshot of error


Original issue reported on code.google.com by [email protected] on 26 Nov 2012 at 10:31

Attachments:

Not starting on Mac OS X

On OS X 10.7.5 the application is not starting at all (tested v 1.03), it 
crashes directly on startup. Here is the log when starting the application, 
maybe this is helpful:

28.03.13 21:28:07,597 [0x0-0xf60f6].com.apple.JarLauncher: Exception in thread 
"AWT-EventQueue-0" 
28.03.13 21:28:07,597 [0x0-0xf60f6].com.apple.JarLauncher: 
java.lang.UnsatisfiedLinkError: apple.laf.JRSUIControl.getCFDictionary(Z)J
28.03.13 21:28:07,597 [0x0-0xf60f6].com.apple.JarLauncher:  at 
apple.laf.JRSUIControl.getCFDictionary(Native Method)
28.03.13 21:28:07,598 [0x0-0xf60f6].com.apple.JarLauncher:  at 
apple.laf.JRSUIControl.<init>(JRSUIControl.java:102)
28.03.13 21:28:07,598 [0x0-0xf60f6].com.apple.JarLauncher:  at 
com.apple.laf.AquaPainter$AquaSingleImagePainter.<init>(AquaPainter.java:131)
28.03.13 21:28:07,598 [0x0-0xf60f6].com.apple.JarLauncher:  at 
com.apple.laf.AquaPainter.create(AquaPainter.java:45)
28.03.13 21:28:07,598 [0x0-0xf60f6].com.apple.JarLauncher:  at 
com.apple.laf.AquaTableHeaderBorder.<init>(AquaTableHeaderBorder.java:45)
28.03.13 21:28:07,598 [0x0-0xf60f6].com.apple.JarLauncher:  at 
com.apple.laf.AquaTableHeaderBorder.getListHeaderBorder(AquaTableHeaderBorder.ja
va:50)
28.03.13 21:28:07,598 [0x0-0xf60f6].com.apple.JarLauncher:  at 
com.apple.laf.AquaLookAndFeel.initComponentDefaults(AquaLookAndFeel.java:331)
28.03.13 21:28:07,598 [0x0-0xf60f6].com.apple.JarLauncher:  at 
com.apple.laf.AquaLookAndFeel.getDefaults(AquaLookAndFeel.java:231)
28.03.13 21:28:07,598 [0x0-0xf60f6].com.apple.JarLauncher:  at 
com.nilo.plaf.nimrod.NimRODLookAndFeel.initialize(Unknown Source)
28.03.13 21:28:07,598 [0x0-0xf60f6].com.apple.JarLauncher:  at 
javax.swing.UIManager.setLookAndFeel(UIManager.java:535)
28.03.13 21:28:07,598 [0x0-0xf60f6].com.apple.JarLauncher:  at 
db.remoteLinuxMonitor.RemoteMain$23.run(RemoteMain.java:988)
28.03.13 21:28:07,598 [0x0-0xf60f6].com.apple.JarLauncher:  at 
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
28.03.13 21:28:07,598 [0x0-0xf60f6].com.apple.JarLauncher:  at 
java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
28.03.13 21:28:07,598 [0x0-0xf60f6].com.apple.JarLauncher:  at 
java.awt.EventQueue.access$200(EventQueue.java:103)
28.03.13 21:28:07,598 [0x0-0xf60f6].com.apple.JarLauncher:  at 
java.awt.EventQueue$3.run(EventQueue.java:688)
28.03.13 21:28:07,598 [0x0-0xf60f6].com.apple.JarLauncher:  at 
java.awt.EventQueue$3.run(EventQueue.java:686)
28.03.13 21:28:07,598 [0x0-0xf60f6].com.apple.JarLauncher:  at 
java.security.AccessController.doPrivileged(Native Method)
28.03.13 21:28:07,598 [0x0-0xf60f6].com.apple.JarLauncher:  at 
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:7
6)
28.03.13 21:28:07,599 [0x0-0xf60f6].com.apple.JarLauncher:  at 
java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
28.03.13 21:28:07,599 [0x0-0xf60f6].com.apple.JarLauncher:  at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242
)
28.03.13 21:28:07,599 [0x0-0xf60f6].com.apple.JarLauncher:  at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
28.03.13 21:28:07,599 [0x0-0xf60f6].com.apple.JarLauncher:  at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150
)
28.03.13 21:28:07,599 [0x0-0xf60f6].com.apple.JarLauncher:  at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
28.03.13 21:28:07,599 [0x0-0xf60f6].com.apple.JarLauncher:  at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
28.03.13 21:28:07,599 [0x0-0xf60f6].com.apple.JarLauncher:  at 
java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
28.03.13 21:28:14,319 login: USER_PROCESS: 9025 ttys004
28.03.13 21:28:19,284 Console: Could not find image named 'BackArrow'.
28.03.13 21:28:19,284 Console: Could not find image named 'ForwardArrow'.
28.03.13 21:28:34,597 [0x0-0xf90f9].com.apple.JarLauncher: Exception in thread 
"AWT-EventQueue-0" 
28.03.13 21:28:34,597 [0x0-0xf90f9].com.apple.JarLauncher: 
java.lang.UnsatisfiedLinkError: apple.laf.JRSUIControl.getCFDictionary(Z)J
28.03.13 21:28:34,597 [0x0-0xf90f9].com.apple.JarLauncher:  at 
apple.laf.JRSUIControl.getCFDictionary(Native Method)
28.03.13 21:28:34,597 [0x0-0xf90f9].com.apple.JarLauncher:  at 
apple.laf.JRSUIControl.<init>(JRSUIControl.java:102)
28.03.13 21:28:34,597 [0x0-0xf90f9].com.apple.JarLauncher:  at 
com.apple.laf.AquaPainter$AquaSingleImagePainter.<init>(AquaPainter.java:131)
28.03.13 21:28:34,597 [0x0-0xf90f9].com.apple.JarLauncher:  at 
com.apple.laf.AquaPainter.create(AquaPainter.java:45)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
com.apple.laf.AquaTableHeaderBorder.<init>(AquaTableHeaderBorder.java:45)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
com.apple.laf.AquaTableHeaderBorder.getListHeaderBorder(AquaTableHeaderBorder.ja
va:50)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
com.apple.laf.AquaLookAndFeel.initComponentDefaults(AquaLookAndFeel.java:331)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
com.apple.laf.AquaLookAndFeel.getDefaults(AquaLookAndFeel.java:231)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
com.nilo.plaf.nimrod.NimRODLookAndFeel.initialize(Unknown Source)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
javax.swing.UIManager.setLookAndFeel(UIManager.java:535)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
db.remoteLinuxMonitor.RemoteMain$23.run(RemoteMain.java:988)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
java.awt.EventQueue.dispatchEventImpl(EventQueue.java:727)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
java.awt.EventQueue.access$200(EventQueue.java:103)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
java.awt.EventQueue$3.run(EventQueue.java:688)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
java.awt.EventQueue$3.run(EventQueue.java:686)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
java.security.AccessController.doPrivileged(Native Method)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:7
6)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
java.awt.EventQueue.dispatchEvent(EventQueue.java:697)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242
)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150
)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
28.03.13 21:28:34,598 [0x0-0xf90f9].com.apple.JarLauncher:  at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
28.03.13 21:28:34,599 [0x0-0xf90f9].com.apple.JarLauncher:  at 
java.awt.EventDispatchThread.run(EventDispatchThread.java:91)

Original issue reported on code.google.com by [email protected] on 28 Mar 2013 at 8:31

Failed to connect. Reason: For input string: "50G"

What steps will reproduce the problem?
1. Attempt to connect to a remote system.

What is the expected output? What do you see instead?

Expected: Connect succeeds. Actual: Connection error with message:
Failed to connect. Reason: For input string: "50G"
Problem is intermittent. I have shut down iptables on the system to be 
monitored and it still occurs.

What version of the product are you using? On what operating system?
1.01. Running on Windows 7, connecting to Fedora 17.

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 24 Sep 2012 at 4:35

how can i integrate in java application?

hi,

How can i integrate remote-linux-monitor api in my java application.I will get 
only REMOTELY LINUX MONITOR for processes.whether process is running or not. 
Give me some sample code.

Plz help me right direction.

Thanks in advance,
Sekhar

Original issue reported on code.google.com by [email protected] on 27 Feb 2014 at 9:08

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.