Commit ec1a5b9 1 parent 281a36b commit ec1a5b9 Copy full SHA for ec1a5b9
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ RUN mkdir -p /usr/local/share/icingaweb2/modules/ \
79
79
&& mkdir -p /usr/local/share/icingaweb2/modules/graphite \
80
80
&& wget -q --no-cookies -O - "https://github.com/Icinga/icingaweb2-module-graphite/archive/${GITREF_MODGRAPHITE}.tar.gz" \
81
81
| tar xz --strip-components=1 --directory=/usr/local/share/icingaweb2/modules/graphite -f - icingaweb2-module-graphite-${GITREF_MODGRAPHITE}/ \
82
- && cp -r /usr/local/share/icingaweb2/modules/graphite/sample-config/icinga2/ /etc/icingaweb2/modules/graphite \
82
+ && cp -r /usr/local/share/icingaweb2/modules/graphite/templates /etc/icingaweb2/modules/graphite/ \
83
83
# Icingaweb2 AWS
84
84
&& mkdir -p /usr/local/share/icingaweb2/modules/aws \
85
85
&& wget -q --no-cookies -O - "https://github.com/Icinga/icingaweb2-module-aws/archive/${GITREF_MODAWS}.tar.gz" \
You can’t perform that action at this time.
0 commit comments