Skip to content

Latest commit

 

History

History
105 lines (62 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

105 lines (62 loc) · 2.7 KB

3.3 2018-04-22

  • Update 01-permissions to quiet down if no UIDs changed.
  • Refinements to MailHog, to always route through msmtp

3.2 2018-04-15

  • Update Zabbix UID/GID

3.1 2018-03-25

  • Update MailHog Test Server Startup

3.0 2018-03-14

  • Add 01-permissions script to support change uid & gid and add user to group:
  • USER_=
  • GROUP_=
  • GROUP_ADD_=
  • UID & GID in /etc/passwd & /etc/group will be modified.
  • Old 01- 02- 03- scripts renamed after the new 01-permissions as 02- 03- 04-

2.18 2017-02-15

  • Update File Permissions for logrotate.d

2.17 2017-02-01

  • Init Scripts Update
  • msmtp Update

2.16 2017-01-29

  • More Permissions Fixes

2.15 2017-01-29

  • Add Grep, sudo
  • Fix Permissions

2.14 2017-01-29

  • Add Container Package Check

2.13 2017-01-28

  • Add zabbix-utils to edge
  • Update S6 Overlay to 1.21.2.2

2.12 2017-01-28

  • Add Zabbix Check for Updated Packages

2.11 2017-12-24

  • Check for custom cron files in /assets/cron-custom/ on startup

2.10 2017-12-01

  • Update S6 overlay to 1.21.2.1
  • Add Alpine 3.7
  • Remove Alpine 3.2

2.9 2017-10-23

  • Update S6 overlay to 1.21.1.1

2.8 2017-09-27

  • Updated Alpine Edge to Zabbix-Agent Package as opposed to Compiling
  • Quieted down service startup to avoid duplication

2.7 2017-09-26

  • Added more verbosity to services being enabled/disabled

2.6 2017-09-18

  • Add Alpine 3.2, 3.3 for legacy purposes
  • Fix Scripts for checking enabling services

2.5 2017-09-02

  • Move to Zabbix 3.4.1 instead of compiling from TRUNK

2.4 2017-09-01

  • Update S6 Overlay to 1.2.0.0

2.3 2017-08-28

  • Added DEBUG_SMTP environment variable to trap SMTP messages accesible via port 8025

2.2 2017-08-27

  • Added MSMTP to be able to route mail to external hosts

2.1 2017-08-27

  • Added DEBUG_MODE environment variable
  • Added TIMEZONE environment variable
  • Added ENABLE_CRON, ENABLE_ZABBIX switches
  • Built mechanisms to not start processes until container initialized
  • Zabbix Agent Configuration can be controlled and adjusted via Environment Variables
  • General Tidying Up