Re: (PM) Re: Users currently on line

Josh Ward (jward@csuchico.edu)
Mon, 10 May 1999 15:30:48 -0700 (PDT)

Try a cgi script that uses pmwho..

Works really well!.. This way you can view it in a web page... Protect it
with a .htaccess if you don't want everyone to be able to see it.

-----------
#!/usr/local/bin/perl
print "Content-type: text/html\n\n";
print "<pre>\n";
print `/path/to/pmwho pm1 pm2 pm3`;
print "</pre>\n";
exit(0);
-----------

-Josh
Network Management and Design
California State University, Chico

On Mon, 10 May 1999, Bullit wrote:

> Does anyone know how (or even if it can be done) to view currently log'd in
> users? I have PMVision 1.5 at my desk and v1.3 on the server where I can
> view them under Monitor/Users. I'm getting old and don't want to walk next
> door all the time, and I'd rather not use the command line.
>
> TIA
>
> Michael
>
>
> -
> To unsubscribe, email 'majordomo@livingston.com' with
> 'unsubscribe portmaster-users' in the body of the message.
> Searchable list archive: <URL:http://www.livingston.com/Tech/archive/>
>

-
To unsubscribe, email 'majordomo@livingston.com' with
'unsubscribe portmaster-users' in the body of the message.
Searchable list archive: <URL:http://www.livingston.com/Tech/archive/>