Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Aug 2006 13:22:35 -0300 (ADT)
From:      "Marc G. Fournier" <scrappy@freebsd.org>
To:        Paul Schmehl <pauls@utdallas.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: BSDstats Project v2.0 ...
Message-ID:  <20060809132132.R7522@ganymede.hub.org>
In-Reply-To: <44D9F887.9030305@utdallas.edu>
References:  <20060807003815.C7522@ganymede.hub.org> <20060808102819.GB64879@augusta.de> <20060808153921.V7522@ganymede.hub.org> <44D8EC98.8020801@utdallas.edu> <20060808201359.S7522@ganymede.hub.org> <44D91F02.90107@mawer.org> <20060808212719.L7522@ganymede.hub.org> <30502313-7B58-4FEC-8A2C-43ED071AC26F@u.washington.edu> <20060809055035.J7522@ganymede.hub.org> <44D9F887.9030305@utdallas.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

With minor mods, committed ... I moved bsdstats.hub.org to a variable, and 
added an 'echo' for when the stats, or a part of them, is disabled, that 
way if this ever does get into the base system, ppl reading monthly run 
output will know that they exist, and how to turn it on ...

thx ...

On Wed, 9 Aug 2006, Paul Schmehl wrote:

> Someone mentioned having output from the script so you would know it was 
> running.  This patch would do that, if you want to add that functionality.
>
> --- 300.statistics.orig Wed Aug  9 09:49:35 2006
> +++ 300.statistics      Wed Aug  9 09:54:17 2006
> @@ -44,6 +44,7 @@
>       SYS=`/usr/bin/uname -r`
>       ARCH=`/usr/bin/uname -m`
>       do_fetch getid.php?hn=$HN\&sys=$SYS\&arch=$ARCH\&opsys=$OS
> +      echo "Posting monthly OS statistics to bsdstats.hub.org\n"
>       case "$monthly_statistics_report_devices" in
>          [Yy][Ee][Ss])
> IFS="
> @@ -57,6 +58,7 @@
>                 DEV=`echo $line | awk '{print $4}' | cut -c8-11`
>                 do_fetch 
> report_device.php?driver=$DRIVER\&vendor=$VEN\&device=$DEV\&hn=$HN
>             done
> +            echo "Posting monthly device statistics to bsdstats.hub.org\n"
>
>             line=$( sysctl -n hw.model )
>             VEN=$( echo $line | cut -d ' ' -f 1 )
> @@ -69,6 +71,7 @@
>                 do_fetch 
> report_cpu.php?cpu_id=CPU$n\&vendor=$VEN\&cpu_type=$DEV\&hn=$HN
>                 n=$(( $n + 1 ))
>             done
> +            echo "Posting monthly CPU statistics to bsdstats.hub.org\n"
>
>          ;;
>          esac
>
> -- 
> Paul Schmehl (pauls@utdallas.edu)
> Adjunct Information Security Officer
> The University of Texas at Dallas
> http://www.utdallas.edu/ir/security/
>

----
Marc G. Fournier           Hub.Org Networking Services (http://www.hub.org)
Email . scrappy@hub.org                              MSN . scrappy@hub.org
Yahoo . yscrappy               Skype: hub.org        ICQ . 7615664



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060809132132.R7522>