add in our cron and ansible rules
This commit is contained in:
parent
fb3f1b8186
commit
4b0c8808c9
2 changed files with 4 additions and 3 deletions
1
roles/web-data-analysis/files/condense-hotspot.cron
Normal file
1
roles/web-data-analysis/files/condense-hotspot.cron
Normal file
|
@ -0,0 +1 @@
|
|||
0 07 * * * root /usr/local/bin/condense-hotspot.sh
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
- 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, run-daily-awstats.sh]
|
||||
with_items: [condense-mirrorlogs.sh, condense-getfedoralogs.sh, run-daily-awstats.sh, condense-hotspot.sh ]
|
||||
tags:
|
||||
- web-data
|
||||
|
||||
|
@ -51,13 +51,13 @@
|
|||
|
||||
- name: awk files for csv creation
|
||||
copy: src={{item}} dest=/usr/local/share/web-data-analysis mode=0644
|
||||
with_items: [mirrors-data.awk, getfedora-data.awk, getfedora.awk]
|
||||
with_items: [mirrors-data.awk, getfedora-data.awk, getfedora.awk, hotspot-data.awk, hotspot.awk ]
|
||||
tags:
|
||||
- web-data
|
||||
|
||||
- name: gnuplot file for image creation
|
||||
copy: src={{item}} dest=/usr/local/share/web-data-analysis mode=0644
|
||||
with_items: [ mirrors-data.gp, getfedora-data.gp, mirrors-moving.gp ]
|
||||
with_items: [ mirrors-data.gp, getfedora-data.gp, mirrors-moving.gp, hotspot.gp ]
|
||||
tags:
|
||||
- web-data
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue