diff options
| author | Stephen Smoogen <smooge@redhat.com> | 2017-02-15 23:14:59 +0000 |
|---|---|---|
| committer | Stephen Smoogen <smooge@redhat.com> | 2017-02-15 23:14:59 +0000 |
| commit | 0f6fcd4599054e7a08a9df5bce4cb174866b589f (patch) | |
| tree | 33f689db52b8e0a1fe596a51fcc73548a29c8b7a /roles/web-data-analysis | |
| parent | c19d85e314e59168e189fb8b7223022abbea72f2 (diff) | |
| download | ansible-0f6fcd4599054e7a08a9df5bce4cb174866b589f.tar.gz ansible-0f6fcd4599054e7a08a9df5bce4cb174866b589f.tar.xz ansible-0f6fcd4599054e7a08a9df5bce4cb174866b589f.zip | |
put in a picture of a whale and a flowerpot.
Diffstat (limited to 'roles/web-data-analysis')
| -rw-r--r-- | roles/web-data-analysis/files/summary.html | 3 | ||||
| -rw-r--r-- | roles/web-data-analysis/tasks/main.yml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/roles/web-data-analysis/files/summary.html b/roles/web-data-analysis/files/summary.html index 009b65f9c..f09221603 100644 --- a/roles/web-data-analysis/files/summary.html +++ b/roles/web-data-analysis/files/summary.html @@ -6,6 +6,7 @@ <body> <img src="fedora-os-latest-ma.png"/> +<img src="hotspot-all-ma.png"/> <img src="fedora-os-latest.png"/> <img src="fedora-os-latest-stacked-ma.png"/> @@ -29,4 +30,4 @@ <img src="epel-arch-ma.png"/> -</body>
\ No newline at end of file +</body> diff --git a/roles/web-data-analysis/tasks/main.yml b/roles/web-data-analysis/tasks/main.yml index 8afb91f78..d686cd241 100644 --- a/roles/web-data-analysis/tasks/main.yml +++ b/roles/web-data-analysis/tasks/main.yml @@ -63,7 +63,7 @@ - name: daily cron file to run the log files copy: src={{item}} dest=/etc/cron.d/ mode=0644 - with_items: [condense-mirrorlogs.cron, condense-getfedoralogs.cron, run-daily-awstats.cron] + with_items: [condense-mirrorlogs.cron, condense-getfedoralogs.cron, run-daily-awstats.cron, condense-hotspot.cron] tags: - web-data - cron |
