analytically / hadoop-ansible

Ansible playbook that installs a Hadoop cluster, with HBase, Hive, Presto for analytics, and Ganglia, Smokeping, Fluentd, Elasticsearch and Kibana for monitoring and centralized log indexing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smokeping playbook only works Ubuntu versions 13.10+ out of the box

amirhhz opened this issue · comments

The use of the /etc/apache2/conf-available directory set-up and a2enconf command require apache 2.4 which was only introduced in Ubuntu 13.10. The previous versions of Ubuntu have apache 2.2 by default.

Just recording the issue here in case someone else fixes it first, but might get around to sending a fix for it myself. For my own use I'm just disabling smokeping for now.

This is fixed.