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
show_users.txt
Re: show_users.txt
It looks like you can run with
Here is renamed it to show_users.sh instead of .txt
Code: Select all
./show_users.sh -w root,user1,user2,user3,...,userNNicholas Scott
Former Nagios employee
Former Nagios employee
Re: show_users.txt
Thank you, I got it to work.