Page 1 of 1

show_users.txt

Posted: Thu Oct 13, 2011 4:08 pm
by ecarrasq
Question

Has anyone used the "show_users.txt" from http://exchange.nagios.org/directory/Pl ... rs/details ?

If so, what would the command line string be? Say I want to be alerted when anyone other than the folks in the whitelist are logged in.

Thanks

Re: show_users.txt

Posted: Fri Oct 14, 2011 2:42 pm
by nscott
It looks like you can run with

Code: Select all

./show_users.sh -w root,user1,user2,user3,...,userN
Here is renamed it to show_users.sh instead of .txt

Re: show_users.txt

Posted: Wed Oct 19, 2011 10:19 am
by ecarrasq
Thank you, I got it to work.

Re: show_users.txt

Posted: Wed Oct 19, 2011 10:27 am
by nscott
Good to hear!