Skip to content

Commit

Permalink
Fix Issue #40
Browse files Browse the repository at this point in the history
  • Loading branch information
scline committed Apr 4, 2018
1 parent 00798d8 commit 24f85ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ RUN mkdir /backup
RUN mkdir /cacti
RUN mkdir /spine

## -- MISC SETUP --
RUN echo "ServerName localhost" > /etc/httpd/conf.d/fqdn.conf

## --- ENV ---
ENV \
DB_NAME=cacti \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,10 @@ REPLACE INTO `%DB_NAME%`.`settings` (`name`, `value`) VALUES('poller_type', '2')
* [changelog 1.1.35 -> 1.1.36][CL1.1.36]
* [changelog 1.1.34 -> 1.1.35][CL1.1.35]
* Close Issue [#36](https://github.com/scline/docker-cacti/issues/36) - Initialize DB fails if mysql running on non-standard port
* Close Issue [#38](https://github.com/scline/docker-cacti/issues/38) - "httpd: Could not reliably determine the server's fully qualified domain name" httpd errors
* Close Issue [#40](https://github.com/scline/docker-cacti/issues/40) - Remove documentation about automated backups since this is not implemented.


#### 1.1.34 - 02/8/2018
* Update Cacti and Spine from 1.1.31 to 1.1.34
* [changelog 1.1.33 -> 1.1.34][CL1.1.34]
Expand Down Expand Up @@ -294,11 +296,9 @@ REPLACE INTO `%DB_NAME%`.`settings` (`name`, `value`) VALUES('poller_type', '2')
* Initial push

# Known Issues/Fixes
* Automatic data backups using the variable `BACKUP_TIME` does not work. I am not able to get the cronjob to properly run backup.sh :(
* HTTPS is not setup to work, it may work just understand no testing has been done.

# ToDo
* Enable container SNMP for monitoring, import/create local container template for use.
* Auto import remote pollers, currently you need to navigate to there GUI for a few clicks.
* Documentation cleanup.

Expand Down

0 comments on commit 24f85ca

Please sign in to comment.