and we have the initial items for a getfedora daily stats
This commit is contained in:
parent
5ddbf54811
commit
bcb3611abb
7 changed files with 348 additions and 15 deletions
|
@ -32,28 +32,32 @@
|
|||
tags:
|
||||
- web-data
|
||||
|
||||
- name: script to run the daily mirror log condenser
|
||||
copy: src=condense-mirrorlogs.sh dest=/usr/local/bin/ mode=0755
|
||||
- name: scripts to condense data down for further processing
|
||||
copy: src={{item}} dest=/usr/local/bin/ mode=0755
|
||||
with_items: [condense-mirrorlogs.sh, condense-getfedoralogs.sh]
|
||||
tags:
|
||||
- web-data
|
||||
|
||||
- name: python script to calculate mirrorlist
|
||||
- name: python scripts to calculate various data
|
||||
copy: src=mirrorlist.py dest=/usr/local/bin mode=0755
|
||||
tags:
|
||||
- web-data
|
||||
|
||||
- name: awk file for csv creation
|
||||
copy: src=mirror-data.awk dest=/usr/local/share/web-data-analysis mode=0644
|
||||
- name: awk files for csv creation
|
||||
copy: src={{item}} dest=/usr/local/share/web-data-analysis mode=0644
|
||||
with_items: [mirror-data.awk, getfedora-data.awk]
|
||||
tags:
|
||||
- web-data
|
||||
|
||||
- name: gnuplot file for csv creation
|
||||
copy: src=mirror-data.gp dest=/usr/local/share/web-data-analysis mode=0644
|
||||
- name: gnuplot file for image creation
|
||||
copy: src={{item} dest=/usr/local/share/web-data-analysis mode=0644
|
||||
with_items: [ mirror-data.gp, getfedora-data.gp ]
|
||||
tags:
|
||||
- web-data
|
||||
|
||||
- name: daily cron file to run the log files
|
||||
copy: src=condense-mirrorlogs.cron dest=/etc/cron.d/ mode=0644
|
||||
copy: src={{item}} dest=/etc/cron.d/ mode=0644
|
||||
with_items: [condense-mirrorlogs.cron, condense-getfedoralogs.cron]
|
||||
tags:
|
||||
- web-data
|
||||
- cron
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue