show_users.txt

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ecarrasq
Posts: 244
Joined: Tue Feb 22, 2011 5:58 pm

show_users.txt

Post 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
User avatar
nscott
Posts: 1040
Joined: Wed May 11, 2011 8:54 am

Re: show_users.txt

Post 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
Nicholas Scott
Former Nagios employee
ecarrasq
Posts: 244
Joined: Tue Feb 22, 2011 5:58 pm

Re: show_users.txt

Post by ecarrasq »

Thank you, I got it to work.
User avatar
nscott
Posts: 1040
Joined: Wed May 11, 2011 8:54 am

Re: show_users.txt

Post by nscott »

Good to hear!
Nicholas Scott
Former Nagios employee
Locked