We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae256b0 commit 85517f2Copy full SHA for 85517f2
Dockerfile
@@ -30,7 +30,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
30
rm /etc/nginx/sites-enabled/default && \
31
# icinga
32
sed -i 's/^check_external_commands.*$/check_external_commands=1/' /etc/icinga/icinga.cfg && \
33
- touch /var/cache/icinga/objects.cache && chown nagios:www-data /var/cache/icinga/objects.cache && \
+ touch /var/cache/icinga/objects.cache && chown nagios:www-data /var/cache/icinga/objects.cache && chmod 766 /var/cache/icinga/objects.cache && \
34
find /etc/icinga/objects/*.cfg | grep -Ev "contacts|timeperiods" | xargs rm && \
35
# include our custom smokeping config
36
echo "@include /etc/smokeping/config.d/Nagios" >> /etc/smokeping/config && \
0 commit comments