awslabs / collectd-cloudwatch

A collectd plugin for sending data to Amazon CloudWatch
MIT License
200 stars 132 forks source link

Support for Alpine Linux #35

Open bpuglisi opened 7 years ago

bpuglisi commented 7 years ago

The current setup script does not work with Alpine Linux.

Traceback (most recent call last): File "./setup.py", line 586, in main() File "./setup.py", line 579, in main install_plugin() File "./setup.py", line 497, in install_plugin install_packages(SYSTEM_DEPENDENCIES) File "./setup.py", line 253, in install_packages command = DISTRIBUTION_TO_INSTALLER[detect_linux_distribution()] + " ".join(packages) KeyError: 'Alpine Linux'