Releases: scline/docker-cacti
Releases · scline/docker-cacti
1.2.17
1.2.16a
1.2.16
1.2.15
1.2.14
1.2.11a
1.2.11
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
- Update docker-compose with
- 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
- Update Cacti and Spine from 1.2.8 to 1.2.11
1.2.8
1.2.6a
1.2.6
- Update Cacti and Spine from 1.2.0 to 1.2.6
changelog - 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