- Update Cacti and Spine from 1.2.15 to 1.2.16
- zuka1337 added powertools to base dockerfile image via #82
- Update Cacti and Spine from 1.2.14 to 1.2.15
- 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
- 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
- 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 - Cacti/cacti#3459
- Update Cacti and Spine from 1.2.8 to 1.2.11
- Update Cacti and Spine from 1.2.6 to 1.2.8
- 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.
- 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
-
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
andmemory_limit
changes for 1.2.0 -
Add and Hotfix the PHP variable
max_execution_time
for PHP_MAX_EXECUTION_TIME andmemory_limit
for PHP_MEMORY_LIMIT
- Update Cacti and Spine from 1.1.37 to 1.1.38
- Merge yum run commands in dockerfile to reduce stored space.
- Update Cacti and Spine from 1.1.34 to 1.1.37
- Close Issue #36 - Initialize DB fails if mysql running on non-standard port
- Close Issue #38 - "httpd: Could not reliably determine the server's fully qualified domain name" httpd errors
- Close Issue #40 - Remove documentation about automated backups since this is not implemented.
- Update Cacti and Spine from 1.1.31 to 1.1.34
- Update Cacti and Spine from 1.1.30 to 1.1.31
- Update Cacti and Spine from 1.1.28 to 1.1.30
- 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
- Update Cacti and Spine from 1.1.27 to 1.1.28
- Update Cacti and Spine from 1.1.24 to 1.1.27
- Update Cacti and Spine from 1.1.19 to 1.1.24
- Update Cacti and Spine from 1.1.12 to 1.1.19
- Update Cacti and Spine from 1.1.11 to 1.1.12 - changelog link
- Update upgrade.sh script to use
wget
instead ofcurl
due to URL errors.
- Update Cacti and Spine from 1.1.10 to 1.1.11 - changelog link
- Update Cacti and Spine from 1.1.9 to 1.1.10 - changelog link
- Update Cacti and Spine from 1.1.5 to 1.1.9
- Update cacti plugins
- thold from 1.0.2 -> 1.0.3
- monitor from 2.0 -> 2.1
- syslog from 2.0 -> 2.1
- Update Cacti and Spine from 1.1.4 to 1.1.5 - changelog link
- 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+
- 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
- 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
- Update crontab from apache user to /etc/crontab
- Apply CentOS/CentOS-Dockerfiles#31 fix so cron works on Centos:7 container
- 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
- Update Cacti and Spine from 1.1.0 to 1.1.1 - changelog link
- GitHub ReadMe organization
- Initial push