From owner-freebsd-cloud@freebsd.org Wed Aug 30 23:28:16 2017 Return-Path: Delivered-To: freebsd-cloud@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 356A2E0C965 for ; Wed, 30 Aug 2017 23:28:16 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from vps-mail.nomadlogic.org (unknown [IPv6:2607:f2f8:a098::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 114B88476A for ; Wed, 30 Aug 2017 23:28:15 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from [192.168.1.26] (cpe-23-242-94-236.socal.res.rr.com [23.242.94.236]) by vps-mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 137705d6 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO for ; Wed, 30 Aug 2017 16:28:14 -0700 (PDT) Subject: Re: AWS CloudWatch Logs Agent To: freebsd-cloud@freebsd.org References: <4FFC6F3B-E8A1-49EE-A05A-C6B9B0A615FF@rafal.net> <0100015e3565144c-18dc3e52-fcba-4b30-bf2f-58b99b55562d-000000@email.amazonses.com> <456A3074-08D2-4141-81EF-5CD6B1B53899@rafal.net> From: Pete Wright Message-ID: <084bd6ad-9ffd-c097-1d46-c8cb41d745ee@nomadlogic.org> Date: Wed, 30 Aug 2017 16:28:13 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <456A3074-08D2-4141-81EF-5CD6B1B53899@rafal.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-cloud@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "FreeBSD on cloud platforms \(EC2, GCE, Azure, etc.\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2017 23:28:16 -0000 On 08/30/2017 16:19, Rafal Lukawiecki wrote: > > As for the CW Logs, unfortunately the script at curl https://s3.amazonaws.com/aws-cloudwatch/downloads/latest/awslogs-agent-setup.py is a bit too daunting for me to try rewriting using my brand-new rc.d scripting skills, with only a hundred lines working (!) so far behind my belt. hi rafal - i also took a look at that python setup script. my initial impression was that is was full of linux'isms (the first line being #!/usr/bin/python being the first thing i noticed).  and while a lot of the setup code is linux specific, i think there are some bits in there which could be ported to freebsd.  do you happen to know if there is a git or other open-source repository available with the awslogs-agent code out there?  i didn't find anything after a quick google search. cheers, -pete -- Pete Wright pete@nomadlogic.org @nomadlogicLA