View previous topic :: View next topic |
Author |
Message |
shinobSS n00b
Joined: 23 Aug 2002 Posts: 62 Location: Dallas, TX
|
Posted: Wed Sep 11, 2002 10:21 am Post subject: Remote Monitoring software |
|
|
Hiya
I was wondering if anyone knew of any windows based remote server monitoring software. I'd prefer a Gkrellm approach, where I can see proc, memory, fs, and net info, but I might be asking too much for a Windows app
My server is headless, or else I'd run Gkrellm from there. Any ideas?
Thanks! |
|
Back to top |
|
|
dioxmat Bodhisattva
Joined: 04 May 2002 Posts: 709 Location: /home/mat
|
Posted: Wed Sep 11, 2002 1:19 pm Post subject: |
|
|
what about ssh + display exporting ? of course that requires you to have an x server on the machine where you want to see the app... :) |
|
Back to top |
|
|
klieber Bodhisattva
Joined: 17 Apr 2002 Posts: 3657 Location: San Francisco, CA
|
Posted: Wed Sep 11, 2002 2:43 pm Post subject: Re: Remote Monitoring software |
|
|
shinobSS wrote: | I was wondering if anyone knew of any windows based remote server monitoring software. I'd prefer a Gkrellm approach, where I can see proc, memory, fs, and net info, but I might be asking too much for a Windows app |
What about something web-based, like mrtg or cacti?
Both are geared primarily towards net devices, but they can be configured to monitor CPU usage, etc.
--kurt _________________ The problem with political jokes is that they get elected |
|
Back to top |
|
|
shinobSS n00b
Joined: 23 Aug 2002 Posts: 62 Location: Dallas, TX
|
Posted: Wed Sep 11, 2002 8:02 pm Post subject: |
|
|
Quote: | what about ssh + display exporting ? of course that requires you to have an x server on the machine where you want to see the app... |
Sweet! I'm headed to Google right now to figger out how to do this, but could you reccommend a tutorial on doing this? It sounds like exactly what I need =)
Thanks |
|
Back to top |
|
|
xming Guru
Joined: 02 Jul 2002 Posts: 441
|
Posted: Wed Sep 11, 2002 8:27 pm Post subject: ssh + X |
|
|
short howto
remote: remote system which you want to control
local: your workstation when you want thing to be displayed
on remote you need X libs and all libs needed, so if it's gnome app you need all gnome stuffs and if it's a kde app you need all the kde libs. And of course sshd
on local you need a X server and xfonts (or connect to a font server) and ssh client
In case on local net (no firewall)
ssh from local to remote, login, then type
Code: | EXPORT DISPLAY=<local ip address>:<display nr>
then start your app
|
display nr is the Nth display on local, the first X is :0 2nd :1, ...
in case of firewall in between you have to tunnel your X in ssh, just turn on X forwarding in both server and client,
xming |
|
Back to top |
|
|
davoid n00b
Joined: 29 Jun 2002 Posts: 26 Location: Montreal, Canada
|
Posted: Thu Sep 12, 2002 1:17 am Post subject: |
|
|
One word. bb4.com
it looks very nice IMHO _________________ At first they laugh at you, then they ignore you then they fight you and then you win. --Gandhi |
|
Back to top |
|
|
pilla Bodhisattva
Joined: 07 Aug 2002 Posts: 7731 Location: Underworld
|
Posted: Thu Sep 12, 2002 1:56 am Post subject: |
|
|
I think gkrellm has also a daemon mode. I don't know exactly how it works, but I think is something like a daemon running in a computer which sends information to connected clients.... |
|
Back to top |
|
|
arkane l33t
Joined: 30 Apr 2002 Posts: 918 Location: Phoenix, AZ
|
Posted: Thu Sep 12, 2002 4:38 am Post subject: |
|
|
well snmp is cross-platform, and I'm sure there are quite a few utilities out there for Windows that can monitor snmp transactions. |
|
Back to top |
|
|
shinobSS n00b
Joined: 23 Aug 2002 Posts: 62 Location: Dallas, TX
|
Posted: Thu Sep 12, 2002 4:46 am Post subject: |
|
|
Alright =)
First, I wasnt able to get the remote X to work...it wanted a mouse to be there when I started the Xserver, and I dont have a mouse hooked up to it (no spare ones either =()
Going on the Gkrellm suggestion, I found a Gkrellm for Windows port here. Also, in Gkrellm 2.0, (source) it has a dir for the server build..I built that, ran it as a daemon, then configured the Windows Gkrellm to monitor the nix box with gkrellm.exe -s (address). Works like a charm! Though I did notice that my memory is different in both Top and the Gkrellm..by alot.
Thanks for all the help =) |
|
Back to top |
|
|
|