mirror of
https://github.com/librenms/docker.git
synced 2026-01-23 18:25:09 +00:00
Always set rrdtool version
This commit is contained in:
parent
9c30554e81
commit
d925171264
1 changed files with 2 additions and 2 deletions
|
|
@ -165,10 +165,10 @@ if [ -n "${RRDCACHED_SERVER}" ]; then
|
|||
<?php
|
||||
\$config['rrdcached'] = "${RRDCACHED_SERVER}";
|
||||
EOL
|
||||
cat >${LIBRENMS_PATH}/database/seeders/config/rrdcached.yaml <<EOL
|
||||
fi
|
||||
cat >${LIBRENMS_PATH}/database/seeders/config/rrdtool.yaml <<EOL
|
||||
rrdtool_version: "1.7.2"
|
||||
EOL
|
||||
fi
|
||||
|
||||
# Config : Dispatcher
|
||||
cat >${LIBRENMS_PATH}/database/seeders/config/dispatcher.yaml <<EOL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue