summaryrefslogtreecommitdiff
path: root/sysutils/bsdstats/files/pkg-message.in
blob: 88ed8e4b87a452fa20f73a5db38a6e5731ea140e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
This script, meant to be run monthly, submits statistics anonymously
to a central checkin server (http://bsdstats.org), in an attempt to
generate reasonably accurate demographics of both *BSD usage, as well
as devices in use.

Steps have been taken to make eliminate security concerns brought up
in earlier releases of this, including, but not limited to, not storing
anything in the database that has been deemed as 'sensitive' (ie. IP of
the reporting server, and hostname).

********************
To enable monthly reporting, edit or create /etc/periodic.conf and add this line:
	monthly_statistics_enable="YES"

To enable boottime reporting, edit or create /etc/rc.conf and add this line:
	bsdstats_enable="YES"

To enable device reporting, add this line:
	monthly_statistics_report_devices="YES"

To enable ports reporting, add this line:
	monthly_statistics_report_ports="YES"

To run it manually the first time, just run it as:
	${LOCALBASE}/etc/periodic/monthly/300.statistics -nodelay

To view current statistics, go to:
        http://www.bsdstats.org
********************