 |
Login Monitor - Default branch
|
Section: Unix |
|
|
|
| Added: Mon, May 19th 2003 13:53 UTC (5 years, 6 months ago) |
Updated: Mon, May 19th 2003 22:46 UTC (5 years, 6 months ago) |
|
|
About:
Login Monitor monitors idle times for logins and kicks
users off after they are idle for a set amount of time.
It is useful for people who forget to log out of machines
they connect to remotely.
Author:
Tim Niemueller [contact developer]
Homepage:
http://www.niemueller.de/software/perl/loginmonitor/
Tar/GZ:
http://www.niemueller.de/[..]erl/loginmonitor/loginmonitor-0.1.tar.gz
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.08/10.00
(Rank N/A)
» Vitality: 0.00% (Rank 25593)
» Popularity: 0.37% (Rank 15512)

(click to enlarge graphs)
Record hits: 4,479
URL hits: 1,263
Subscribers: 8
|
|
Branches
Comments
[»]
tmout
by binford2k - May 20th 2003 00:02:19
Perhaps simpler to implement, altho not as flexible, is the Bash internal
variable $TMOUT. From the Bash scripting guide:
$TMOUT
If the $TMOUT environmental variable is set to a non-zero value time,
then the shell prompt will time out after time seconds. This will cause a
logout.
I am sure that other shells have similar features.
-b
[reply]
[top]
[»]
Re: tmout
by Tim Niemueller - May 20th 2003 11:30:52
This works with any shell on all systems that have Perl and the who command
so this should be much more versatile... The implementation is pretty
simple. Not elegant, but wrote it in 15 minutes...
[reply]
[top]
|
|
 |