Skip to content

Latest commit

 

History

History
236 lines (205 loc) · 11.7 KB

CHANGELOG.md

File metadata and controls

236 lines (205 loc) · 11.7 KB

Change Log

1.2.16 - 12/27/2020

  • Update Cacti and Spine from 1.2.15 to 1.2.16
  • zuka1337 added powertools to base dockerfile image via #82

1.2.15 - 11/05/2020

  • Update Cacti and Spine from 1.2.14 to 1.2.15

1.2.14 - 08/15/2020

  • Close issue #73 - Add CACTI_URL_PATH; Thanks for the request xbolshe and help on apache configs.
  • Update Cacti and Spine from 1.2.11 to 1.2.14

1.2.11a - 04/18/2020

  • Close issue #64 - FPM initialization failed; Thanks to kevburkett for bringing this one up and helping validate the fix
  • Close issue #65 - PHP-SNMP yum commands cause rpmdb error

1.2.11 - 04/17/2020

  • Update Docker container to use Centos8 over Centos7
  • Close issue #59 - errors with percona on compose single instance; Thank you miguelwill
    • Update docker-comose examples with Mariadb:10.3 from older Percona version
  • Close issue #61 - spine directory and crontab empty after docker-compose down and restoring; Thank you kevburkett
    • Update docker-compose with spine volume
  • Enable HTTPS functionality and self-sign certs when needed
  • Allow functionality to disable PHP-SNMP usagage via PHP_SNMP environment variable se
  • Manual patch on provisioning new remote pollers - Cacti/cacti#3459
  • Update Cacti and Spine from 1.2.8 to 1.2.11

1.2.8 - 12/11/2019

1.2.6a - 10/30/2019

  • Update start.sh to persist Apache Cacti configurations on restart. [#52] (#52)
  • Update docker-compose examples to use different type of volumes so docker-compose down will not affect data without the -v flag.

1.2.6 - 09/06/2019

  • Update Cacti and Spine from 1.2.0 to 1.2.6
  • Removed 1.1.X changelog notes from README.md, this can be located in CHANGELOG.md
  • Close Issue #49 - New version of Spine don't have configure file
  • Close Issue #45 - Directories backup and backups mixed up; thank you shortbloke for PR #46
  • Merge PR #47 and PR #48 - Add modify PHP env; thank you joey741019

1.2.0 - 01/06/2019

  • Update Cacti and Spine from 1.1.38 to 1.2.0

  • Add sendmail to dockerfile via yum due to cacti 1.2.0 requirements

  • Created separate changlog file for future documentation cleanup

  • Update PHP variable readme to include max_execution_time and memory_limit changes for 1.2.0

  • Add and Hotfix the PHP variable max_execution_time for PHP_MAX_EXECUTION_TIME and memory_limit for PHP_MEMORY_LIMIT

1.1.38 - 05/12/2018

  • Update Cacti and Spine from 1.1.37 to 1.1.38
  • Merge yum run commands in dockerfile to reduce stored space.

1.1.37 - 04/4/2018

1.1.34 - 02/8/2018

1.1.31 - 01/18/2018

1.1.30 - 01/03/2018

1.1.28u1 - 12/23/2017

  • Removed pre-installed plugins (expecting users to add there own)
  • Refactored the way Cacti is installed. This is now removed from Dockerfile and moved to start.sh
    • Allows the volume mounting of '/cacti', before this would break cacti installation

1.1.28 - 11/21/2017

1.1.27 - 11/07/2017

1.1.24 - 09/18/2017

1.1.19 - 08/21/2017

1.1.12 - 07/05/2017

  • Update Cacti and Spine from 1.1.11 to 1.1.12 - changelog link
  • Update upgrade.sh script to use wget instead of curl due to URL errors.

1.1.11 - 07/04/2017

1.1.10 - 06/17/2017

1.1.9 - 06/08/2017

1.1.5 - 04/27/2017

1.1.4 - 04/24/2017

  • Update Cacti and Spine from 1.1.3 to 1.1.4 - changelog link
  • Update THOLD template with master due to function bug on cacti 1.1+

1.1.3 - 04/15/2017

  • Update Cacti and Spine from 1.1.2 to 1.1.3 - changelog link
  • remove temp automation_api file fix since this has been solved in 1.1.3

1.1.2 - 04/11/2017

  • Added 1 Minute polling template
  • Updated plugin THOLD 1.0.1 -> 1.0.2
  • Updated CereusTransporter 0.65 -> 0.66
  • Added F5, ESX, PerconaDB, and Linux host templates
--- 04/09/2017 ---
--- 04/02/2017 ---
  • Update Cacti and Spine from 1.1.1 to 1.1.2 - changelog link
  • Restore from a cacti backup is now working via restore.sh <backupfile> command
  • Minor cleanup of backup.sh script
  • Upgrade cacti script created and tested using upgrade.sh script

1.1.1 - 03/27/2017

  • Update Cacti and Spine from 1.1.0 to 1.1.1 - changelog link
  • GitHub ReadMe organization

1.1.0 - 03/25/2017

  • Initial push