Skip to content

Releases: alertlogic/al_agents

Pin al-agent package to >=0

04 Jan 18:08
Compare
Choose a tag to compare

Bug Fixes

25 Nov 15:21
Compare
Choose a tag to compare

Fix #42
Fix #45

Set syslog_ng to use s_all for CentOS 6 and up

20 Nov 18:27
Compare
Choose a tag to compare

Update attributes to set syslog_ng to use s_all for centos 6 and up

Pin rsyslog cookbook to 2.2.0

12 Nov 17:41
Compare
Choose a tag to compare

Pin cookbook rsyslog to 2.2.0 to avoid No resource error

CloudInit Example and Apache 2.0 License

27 Oct 12:37
Compare
Choose a tag to compare

Added CloudInit example
Added Apache 2.0 license.

Fix package install for RHEL6x

18 Sep 17:24
Compare
Choose a tag to compare

Adding correct provider for installing al-agent package on RHEL 6x

Fixes Issue #31

New proxy attribute to avoid single point of egress

11 Sep 21:38
Compare
Choose a tag to compare

The latest al-agent package supports --proxy(Linux) PROXY_URL(windows) to avoid a single point of egress. This value is optional for al-agent.

The al-agent package can be provisioned in the traditional way:

Linux:
/etc/init.d/al-agent configure --host "https://vaporator.alertlogic.com:443"

The agent package may also be provisioned using a --proxy parameter:
/etc/init.d/al-agent configure --proxy "schema://address:port" --host "https://vaporator.alertlogic.com:443"

Windows:
msiexec.exe /i 'agent package'"

The agent package may also be provisioned using a USE_PROXY parameter:
msiexec.exe /i 'agent package' USE_PROXY="schema://address:port"

Convert helpers library to Namespace

12 Aug 22:56
Compare
Choose a tag to compare

Refactor cookbook for supermarket release

12 Aug 22:00
Compare
Choose a tag to compare

Plan

Alert Logic contracted with DualSpark to develop a new agent Chef recipe based on the original 0.4.0 version hosted in GitHub. All changes to date have been included in the refactored version. This work is complete and offers full Linux and Windows support following Chef development best practices. The intent is to publish the original version 0.4.0 version in Chef Supermarket to be backwards compatible with customers that do not wish to immediately upgrade and to mark the new DualSpark developed version as 1.0.2.

Benefits

The benefits of the new agent are:

  • Developed following Chef recipe best practices
  • Removed all inline shell calls
  • Do not pass in sensor host and sensor port, unified under egress_url
  • Do not pass in package version attributes, leverage the platform detection capabilities of Chef and simplify the attributes

Update Win recipe to be alike Linux

28 May 09:24
Compare
Choose a tag to compare
  • Renamed example folder
  • Updated windows recipe to be like linux cookbook
  • Added style and lint tools