Service/stats: Difference between revisions
No edit summary |
|||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
== Hostnames == | == Hostnames == | ||
* stats.sugarlabs.org | * [http://stats.sugarlabs.org stats.sugarlabs.org] | ||
== Hosted on == | == Hosted on == | ||
| Line 7: | Line 7: | ||
* [[Machine/sunjammer]] | * [[Machine/sunjammer]] | ||
* [[Machine/jita]] | * [[Machine/jita]] | ||
* [[Machine/pootle]] | |||
== Administrative contact == | == Administrative contact == | ||
| Line 19: | Line 20: | ||
== Notes == | == Notes == | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 29: | Line 28: | ||
{{Code|/etc/cron.hourly/awstats}}<br> | {{Code|/etc/cron.hourly/awstats}}<br> | ||
{{Code|/etc/cron.daily/awstats}}<br> | {{Code|/etc/cron.daily/awstats}}<br> | ||
{{Code|/etc/logrotate.d/apache2}}<br> | |||
{{Code|/srv/awstats/www/*/awstats.conf}} | {{Code|/srv/awstats/www/*/awstats.conf}} | ||
|- | |- | ||
| Line 35: | Line 35: | ||
|- | |- | ||
|} | |} | ||
Every stats node collects AWStats data locally for every site it supports. AWStats pages (per site) on every node are available via HTTP from {{Code|/''SITE''}} urls. Slave nodes provides their totals from {{Code|/awstats/total}} urls. Master node (sunjammer), generates totals index for [http://stats.sugarlabs.org stats.sugarlabs.org]. | |||
== Upgrade notes == | == Upgrade notes == | ||
| Line 40: | Line 42: | ||
* {{Code|git pull}} on {{Code|/srv/awstats/awstats}}. | * {{Code|git pull}} on {{Code|/srv/awstats/awstats}}. | ||
* {{Code|git pull}} on {{Code|/srv/awstats/awstatstotal}}. | * {{Code|git pull}} on {{Code|/srv/awstats/awstatstotal}}. | ||
[[Category:Service|Service]] | |||