[Nagios-users] Is there any way to know who are logged in ?

2008-09-05 Thread J. Bakshi
Good morning, Hope all are well. I am using check_users to see the total logged in users. But I am very eager to know any possibility to check the logged in users too [ who are presently logged in ]. Any way to do that ? many thanks -- ~~ Joydeep Bakshi,

Re: [Nagios-users] Is there any way to know who are logged in ?

2008-09-05 Thread asam30
Good question! I have the same question in my mind and need to know the answer for it. Thanks -Shankar On Fri, Sep 5, 2008 at 12:23 PM, J. Bakshi [EMAIL PROTECTED] wrote: Good morning, Hope all are well. I am using check_users to see the total logged in users. But I am very eager to know

Re: [Nagios-users] Is there any way to know who are logged in ?

2008-09-05 Thread Assaf Flatto
you can use the check_with_ssh to execute the `who ` or `w` command - those will show you who is logged on to the machine at the time . Assaf On Friday 05 September 2008 07:08:12 [EMAIL PROTECTED] wrote: Good question! I have the same question in my mind and need to know the answer for it.

Re: [Nagios-users] Is there any way to know who are logged in ?

2008-09-05 Thread J. Bakshi
Assaf Flatto wrote: you can use the check_with_ssh to execute the `who ` or `w` command - those will show you who is logged on to the machine at the time . Assaf Hi Assaf, Great. yes that will also work. Thanks for the clue. I'll do it. But still I would be good if nrpe could do that.

Re: [Nagios-users] Is there any way to know who are logged in ?

2008-09-05 Thread J. Bakshi
Assaf Flatto wrote: you can use the check_with_ssh to execute the `who ` or `w` command - those will show you who is logged on to the machine at the time . Assaf Hi Assaf, Great. yes that will also work. Thanks for the clue. I'll do it. But still I would be good if nrpe could do that.

Re: [Nagios-users] Is there any way to know who are logged in ?

2008-09-05 Thread Olivier JAN
Hi, The command last is also pretty cool to know who's connected at a time but also who was connected. Olivier JAN J. Bakshi [EMAIL PROTECTED] a écrit : Assaf Flatto wrote: you can use the check_with_ssh to execute the `who ` or `w` command - those will show you who is logged on to

Re: [Nagios-users] Is there any way to know who are logged in ?

2008-09-05 Thread Assaf Flatto
Also you can use the show users check http://www.nagiosexchange.org/cgi-bin/page.cgi?g=Detailed%2F1415.html;d=1 Assaf On Friday 05 September 2008 09:29:11 Olivier JAN wrote: Hi, The command last is also pretty cool to know who's connected at a time but also who was connected. Olivier JAN

Re: [Nagios-users] Is there any way to know who are logged in ?

2008-09-05 Thread J. Bakshi
Assaf Flatto wrote: Also you can use the show users check http://www.nagiosexchange.org/cgi-bin/page.cgi?g=Detailed%2F1415.html;d=1 I'm using this script. It is very useful. Thanks Assaf On Friday 05 September 2008 09:29:11 Olivier JAN wrote: Hi, The command last is also pretty

Re: [Nagios-users] Is there any way to know who are logged in ?

2008-09-05 Thread Marc Powell
On Sep 5, 2008, at 4:19 AM, J. Bakshi wrote: Assaf Flatto wrote: you can use the check_with_ssh to execute the `who ` or `w` command - those will show you who is logged on to the machine at the time . Assaf Hi Assaf, Great. yes that will also work. Thanks for the clue. I'll do it.