aboutsummaryrefslogtreecommitdiff
path: root/sysutils/bsdstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Even better random number generator using jot ...Marc G. Fournier2006-09-073-5/+5
| | | | Notes: svn path=/head/; revision=172443
* Apparently Sparc doesn't like using openssl to generate a random value ... itMarc G. Fournier2006-09-073-5/+13
| | | | | | | | | created a 41 year 'sleep' time for one ... Fix it to use sum instead of openssl Notes: svn path=/head/; revision=172441
* OpenBSD uses the same method to submit as NetBSDMarc G. Fournier2006-09-063-7/+7
| | | | Notes: svn path=/head/; revision=172363
* Add 'unset HTTP_USER_AGENT' ... the backend is setup to only accept specificMarc G. Fournier2006-09-063-4/+9
| | | | | | | | | | | | | | USER_AGENTs, so if someone has this set in their shell when running it manually, it will break Add random sleep 'breaks' before doing the fetchs, to help reduce impact on the server when all reporting hosts submit their data ... get them someone staggered ... Submitted by: Andre Albsmeier <Andre.Albsmeier@siemens.com> Notes: svn path=/head/; revision=172362
* temporarily broke get_id functionMarc G. Fournier2006-09-043-28/+51
| | | | | | | Submitted by: David Brownlee <abs@absd.org> Notes: svn path=/head/; revision=172234
* Several cleanups, and extensions to allow NetBSD to submit ...Marc G. Fournier2006-09-043-24/+33
| | | | | | | | | | | - uri_escape IDTOKEN properly - use ftp vs fetch - use /etc/rc.conf instead of /etc/periodic.conf Submitted by: David Brownlee <abs@absd.org> Notes: svn path=/head/; revision=172220
* forgot to 'cvs add' pkg-installMarc G. Fournier2006-09-042-0/+47
| | | | | | | Submitted by: Paul Lipps <paul.lipps@gmail.com> Notes: svn path=/head/; revision=172131
* If installer enables the script, also prompt to run it the firstMarc G. Fournier2006-09-041-1/+1
| | | | | | | time Notes: svn path=/head/; revision=172123
* have it prompt, similar to postfix, whether or not you wish to activateMarc G. Fournier2006-09-041-1/+10
| | | | | | | | | the script when you install it Submitted by: Antony Mawer <antony@mawer.org> Notes: svn path=/head/; revision=172122
* First, set PATH similar to /etc/rc.shutdown, so that we don't have toMarc G. Fournier2006-09-043-6/+29
| | | | | | | | | | | | | | hardcode openssl, to allow for those using ports for it to easily make use of acript Second, check timestamp of /var/db/bsdstats to make sure that the 15 minutes have passed before submitting, so that ppl don't get that 'false success' when they ctl-C Submitted by: Oliver Fromme <olli@lurza.secnetix.de> Notes: svn path=/head/; revision=172118
* Fix " : not found" when first running scriptMarc G. Fournier2006-08-263-5/+5
| | | | Notes: svn path=/head/; revision=171440
* fix typo in PLIST_DIRSMarc G. Fournier2006-08-263-4/+4
| | | | | | | Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr> Notes: svn path=/head/; revision=171419
* Fix variable name used for token fileMarc G. Fournier2006-08-143-9/+9
| | | | | | | Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=170632
* Ensure that data returned from server on initial challenge is, inMarc G. Fournier2006-08-143-8/+61
| | | | | | | | | fact, only the data that we expect. Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=170584
* This is mostly a rewrite of the bsdstats script:Marc G. Fournier2006-08-145-94/+141
| | | | | | | | | | | - eliminate use of ip/hostname as unique keys - reduce # of fetch's down to 4 - move to using bsdstats.org - put in a time delay on initial challenge/response to make it a bit more difficult for fakers Notes: svn path=/head/; revision=170556
* somehow, defining $OS fell out in one of the commits ...Marc G. Fournier2006-08-093-2/+5
| | | | Notes: svn path=/head/; revision=170217
* Include class information for devices, so that its easier toMarc G. Fournier2006-08-093-6/+9
| | | | | | | categorize them in reports ... Notes: svn path=/head/; revision=170215
* Add some verbosity to the script, letting ppl know that a report hasMarc G. Fournier2006-08-093-4/+29
| | | | | | | | | been sent, and/or that it is disabled and how to enable it ... Submitted by: Paul Schmehl <pauls@utdallas.edu> Notes: svn path=/head/; revision=170214
* Add CPUs to the devices report, and clean up the script a bitMarc G. Fournier2006-08-093-12/+83
| | | | | | | Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=170155
* remove the monthly_statistics_mailto variable from the script ... itMarc G. Fournier2006-08-083-5/+3
| | | | | | | is not used, nor was it ever used ... Notes: svn path=/head/; revision=170057
* Redirect fetch output to /dev/null ...Marc G. Fournier2006-08-083-9/+9
| | | | Notes: svn path=/head/; revision=170056
* have getid report operating system, so that other *BSDs can participateMarc G. Fournier2006-08-083-5/+7
| | | | | | | as well ... Notes: svn path=/head/; revision=170054
* Makefile cleanupMarc G. Fournier2006-08-081-2/+2
| | | | | | | Submitted by: Boris Samorodov <bsam@ipt.ru> Notes: svn path=/head/; revision=170047
* Add a message pointing people to where the stats themselves canMarc G. Fournier2006-08-083-0/+7
| | | | | | | be viewed Notes: svn path=/head/; revision=170046
* bsdstats v2.0 ... device reportingMarc G. Fournier2006-08-075-10/+41
| | | | Notes: svn path=/head/; revision=169899
* Record Operating System itself, in case someone in the NetBSD,Marc G. Fournier2006-08-063-4/+7
| | | | | | | | OpenBSD or DragonflyBSD decides they want to add to the stats, so that we know where the numbers belong ... Notes: svn path=/head/; revision=169823
* Initial port for bsdstats scriptMarc G. Fournier2006-08-066-0/+111
Submitted by: John Nielsen <john@jnielsen.net> Notes: svn path=/head/; revision=169788