awslabs / collectd-cloudwatch

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

Allow install on Raspian #15

Open bradleyjames opened 7 years ago

bradleyjames commented 7 years ago

Previously:

Traceback (most recent call last):
  File "./setup.py", line 587, in <module>
    main()
  File "./setup.py", line 580, in main
    install_plugin()
  File "./setup.py", line 498, in install_plugin
    install_packages(SYSTEM_DEPENDENCIES)
  File "./setup.py", line 254, in install_packages
    command = DISTRIBUTION_TO_INSTALLER[detect_linux_distribution()] + " ".join(packages)
KeyError: 'Raspbian GNU'

I've installed it and it runs fine with no other changes.

yimuniao commented 7 years ago

It does not fully test on Raspian. I am afraid we can not merge it.