]>
pere.pagekite.me Git - homepage.git/blob - linux/mrtg/smb-machines-used.sh
3 # Author: Petter Reinholdtsen <pere@td.org.uit.no>
6 # MRTG datagenerator to get number of WinNT machines connected to
9 PATH
=/usr
/local
/samba
/bin
:$PATH
13 #ALLHOSTREGEX="ember|nightfall|dewshine"
15 LINUXUSERS
=`rwho| egrep "$ALLHOSTREGEX" | grep '::0 ' | awk '{print $2}' |
17 WINNTUSERS
=`/usr/local/samba/bin/smbstatus 2>/dev/null | egrep
19 grep -v Profile | grep -v IPC | awk '{print $3}' | sort -u | wc -l`