RE: Uptime on Remote computer?

2002-08-14 Thread Meidling, Keith, CTR, OSD-C3I
Here is a script I use to check system up time. You can specify a remote server as an argument and it will remotely check the uptime for that server. This goes into the perfmon stats and gets the information from there. Keith --cut here- #!c

Re: Uptime on Remote computer?

2002-08-14 Thread Mat Harris
you could try snmp but that (in my experience) always reports the wrong time if over 2 days. On Sun, Aug 11, 2002 at 01:19:13PM -0800, Mark Weisman wrote: > Hello List: > What is the command structure to grab an uptime request from a remote > computer? I have several systems in my organization

Re: Uptime on Remote computer?

2002-08-12 Thread drieux
On Sunday, August 11, 2002, at 02:19 , Mark Weisman wrote: > Hello List: > What is the command structure to grab an uptime request from a remote > computer? I have several systems in my organization that I would like to > grab the uptime for, then post them to a dynamic web page. The web page

Re: Uptime on Remote computer?

2002-08-12 Thread 'Morten Liebach'
On 2002-08-12 01:50:50 -0800, Mark Weisman wrote: > I built the script as you said, however, I'm getting an error that I > can't get around in my error file; > > Could not create directory '/nonexistent/.ssh'.^M > Aborted by user!^M > > Any ideas? This is a ssh problem. ssh is not set up to use

RE: Uptime on Remote computer?

2002-08-12 Thread Mark Weisman
n Group Anchorage,AK USA http://www.outlander.us [EMAIL PROTECTED] -Original Message- From: Morten Liebach [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 11, 2002 6:00 PM To: [EMAIL PROTECTED] Subject: Re: Uptime on Remote computer? On 2002-08-11 13:19:13 -0800, Mark Weisman wrote: &g

Re: Uptime on Remote computer?

2002-08-12 Thread Steve Maroney
There are many ways. Check out one method on my site @ www.stevenet.net. .. Like it ? Its pretty simple ... Let me know and Ill tell you how I did it. Thank you, Steve Maroney On Sun, 11 Aug 2002, Mark Weisman wrote: > Hello List: > What is the command structure to grab an uptime request

AW: Uptime on Remote computer?

2002-08-11 Thread Angerstein
. > -Ursprüngliche Nachricht- > Von: Mark Weisman [mailto:[EMAIL PROTECTED]] > Gesendet am: Sonntag, 11. August 2002 23:19 > An: [EMAIL PROTECTED] > Betreff: Uptime on Remote computer? > > Hello List: > What is the command structure to grab an uptime request from a remote > compu

Re: Uptime on Remote computer?

2002-08-11 Thread Morten Liebach
On 2002-08-11 13:19:13 -0800, Mark Weisman wrote: > Hello List: > What is the command structure to grab an uptime request from a remote > computer? I have several systems in my organization that I would like to > grab the uptime for, then post them to a dynamic web page. The web page > I've alre

Uptime on Remote computer?

2002-08-11 Thread Mark Weisman
Hello List: What is the command structure to grab an uptime request from a remote computer? I have several systems in my organization that I would like to grab the uptime for, then post them to a dynamic web page. The web page I've already got done, I just need the command structure for grabbing