awslabs / collectd-cloudwatch

A collectd plugin for sending data to Amazon CloudWatch
MIT License
199 stars 131 forks source link

Implement offline install parameter for setup.py #84

Open Harrtron opened 5 years ago

Harrtron commented 5 years ago

Fixes #83

Updated setup.py to accept an --offline_install parameter. You can then provide a path to the plugin source so no internet connectivity is required to run the setup. Also updated readme to reflect this.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.