  | |  | Disconnecting idle users | Disconnecting idle users 2005-06-15 - By Chris Adams
Back Once upon a time, Lee Whatley, Contractor <lwhatley.ctr@(protected)> said: > I've been asked to investigate ways to disconnect remote users on some > RHEL v3 machines. Specifically, I need to automatically disconnect a > remote user if: > 1.) they have been connected for longer than 24 hours (regardless of > activity) > 2.) they have been idle for 4 hours
I've got a perl script I call the "stupid process killer" that does this kind of thing and more. It will kill:
- idle users - long sessions - CPU hogs - unwanted network server processes - disconnected processes (left when a user logs out) - too many processes per user (can be ulimited in Linux easier) - a few other things I don't remember right now
It is configurable with exclusions for most things.
I haven't run it on Linux in around 5-6 years now (running on Tru64 right now). If I get a chance, I'll try to clean up a few loose ends and put it up somewhere.
-- Chris Adams <cmadams@(protected)> Systems and Network Administrator - HiWAAY Internet Services I don't speak for anybody but myself - that's enough trouble.
-- Taroon-list mailing list Taroon-list@(protected) http://www.redhat.com/mailman/listinfo/taroon-list
Earn $52 per hosting referral at Lunarpages.
|
|
 |