awslabs / collectd-cloudwatch

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

Allow for non-interactive installations. #33

Closed joestump closed 7 years ago

joestump commented 7 years ago

Currently, it doesn't appear easily possible to install this using traditional automation tooling. The CloudWatch Logs installer allows for a non-interactive mode to help with this (though I'd still argue it's pretty convoluted to install via automation).

Alternatively, provide documentation to install manually without using the setup.py script at all.

mseiwald commented 7 years ago

I'm using this workaround: (might have to adapt to your situation)

printf '\n\n\n\n' | sudo ./setup.py
ghost commented 7 years ago

I provided a pretty decent fully automated example in this thread that may be of use to you - https://github.com/awslabs/collectd-cloudwatch/issues/5

sebasrp commented 7 years ago

closing as duplicate of issue #5