actions-batch icon indicating copy to clipboard operation
actions-batch copied to clipboard

Create users-jobs.sh example

Open BadgerOps opened this issue 1 year ago • 4 comments
trafficstars

here's a fun example of an old school process reporting tool, I'm not sure if it'll work in an action or not but thought it would be fun to try!

This repo reminded me of the book The Cuckoos Egg and some of the things it explored. Love what you're doing!

-Sol

BadgerOps avatar Dec 21 '23 09:12 BadgerOps

Thanks for the script @BadgerOps

Could you please run the tool and confirm before we merge? Instructions are in the README file.

alexellis avatar Dec 21 '23 13:12 alexellis

Sure, I can do that!

BadgerOps avatar Dec 21 '23 13:12 BadgerOps

My understanding is that github actions are run in a docker container, so in this context, the output of this scripts should be pretty much the same each time it's run (timestamps, PIDs, etc will change, but UID/usernames shouldn't change). Just wondering if I'm missing something....

drjasonharrison avatar Jan 15 '24 18:01 drjasonharrison

Oh dang, I forgot to follow up on this.

Likely you're correct, it's not meant to do anything groundbreaking, rather just an example of an old-school sysad task: "who's logged on and what are they doing?"

BadgerOps avatar Jan 16 '24 10:01 BadgerOps