Skip to content

Commit

Permalink
Need to specify rrdtool_version (ab027d7)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazy-max committed Feb 16, 2021
1 parent 6bacd24 commit a271596
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 21.1.0-r2 (2021/02/16)

* Need to specify `rrdtool_version` (librenms/docker@ab027d7)

## 21.1.0-r1 (2021/02/13)

* Downgrade to `s6-overlay` 2.1.0.2 (#164)
Expand Down
1 change: 1 addition & 0 deletions rootfs/etc/cont-init.d/03-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ if [ -n "${RRDCACHED_SERVER}" ]; then
cat > ${LIBRENMS_PATH}/config.d/rrdcached.php <<EOL
<?php
\$config['rrdcached'] = "${RRDCACHED_SERVER}";
\$config['rrdtool_version'] = "1.7.2";
EOL
fi

Expand Down

0 comments on commit a271596

Please sign in to comment.