Sorry, but that number difference is because:<br>- when root is logged in, you have used "su root", so there are two users: 1) root 2) (already open) me<br>- when "me" is logged in, there are only 1 user which is "me".
<br><br>I hope it's clear enough. <br>So is this all problem? or is it only a sample?<br><br>Summary: To see which users are logged in, you can use command "w" as a sample:<br><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">
sbdy@debian:~# w</span><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;"> </span><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">                
</span><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">                </span><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">                    
</span><br style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;"><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;"> 12:56:24 up 11 days, 19:58,  1 user,  load average: 
0.00, 0.00, 0.00</span><br style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;"><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">USER     TTY      FROM              LOGIN@   IDLE   JCPU   PCPU  WHAT
</span><br style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;"><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace; color: rgb(0, 0, 153);">me       pts/0    
<a href="http://127.0.0.1">127.0.0.1</a>         12:56    0.00s  0.00s  0.00s w   </span><br><br>as you see there is only one user that is "me". When I get to user root:<br><br><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">
sbdy@debian:~# su -</span><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">                </span><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">
                </span><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">                  </span><br><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">
Password:</span><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;"> </span><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">                </span>
<span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">                </span><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">                           
</span><br><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">          </span><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">                </span>
<span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">                </span><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">                           
</span><br><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">root@debian:~# w   </span><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">                
</span><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">                </span><span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">                  
</span><br style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">
<span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;"> 12:56:24 up 11 days, 19:58,  1 user,  load average: 0.00, 0.00, 0.00</span><br style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">

<span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">USER     TTY      FROM              LOGIN@   IDLE   JCPU   PCPU  WHAT</span><br style="background-color: rgb(192, 192, 192); font-family: courier new,monospace;">

<span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace; color: rgb(0, 0, 153);">me       pts/0    <a href="http://127.0.0.1">127.0.0.1</a>         12:56    0.00s  0.00s  0.00s      <br></span>

<span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace; color: rgb(0, 0, 153);">root     pts/0    <a href="http://127.0.0.1">127.0.0.1</a>         12:58    0.00s  0.00s  0.00s w    </span><br>
<span style="background-color: rgb(192, 192, 192); font-family: courier new,monospace; color: rgb(0, 0, 153);"></span>
<br>there are two users online, which are both me. one of them is online user beneath root user.<br><br><br><br><div><span class="gmail_quote">2007/3/23, Sil <Spam> <<a href="mailto:smog1@free.fr">smog1@free.fr</a>
>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>Excuse for my bad English, I'm French.<br>I'm trying to check my local users on Debian Sarge Nagios 
1.3 with the<br>plugin check_users.<br>But it only find one user each time.<br><br>Only root can make work properly the plugin :<br>me@sarge:~$ /usr/lib/nagios/plugins/check_users -w3 -c10<br>UTILISATEURS OK - 1 utilisateurs actuellement connectés sur |users=1;3;10;0
<br>me@sarge:~$ su -<br>Password:<br>serveur:~# /usr/lib/nagios/plugins/check_users -w3 -c10<br>USERS OK - 2 users currently logged in |users=2;3;10;0<br><br>It must be a permission problem, so I try to add nagios user to others
<br>groups but it's not work.<br><br>Thanks<br>Sil<br><br><br>-------------------------------------------------------------------------<br>Take Surveys. Earn Cash. Influence the Future of IT<br>Join SourceForge.net's Techsay panel and you'll get the chance to share your
<br>opinions on IT & business topics through brief surveys-and earn cash<br><a href="http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV">http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
</a><br>_______________________________________________<br>Nagios-users mailing list<br><a href="mailto:Nagios-users@lists.sourceforge.net">Nagios-users@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/nagios-users">
https://lists.sourceforge.net/lists/listinfo/nagios-users</a><br>::: Please include Nagios version, plugin version (-v) and OS when reporting any issue.<br>::: Messages without supporting info will risk being sent to /dev/null
<br></blockquote></div><br>