From 2774392b25ed51bf84236318b1b8cc2b1c599501 Mon Sep 17 00:00:00 2001 From: aviau Date: Mon, 26 Jan 2015 14:29:39 -0500 Subject: [PATCH] New pluginsdir: /usr/lib/shinken/plugins Change-Id: I1435a60266c2f5d38efbb930124e801790df560d --- Dockerfile | 2 +- tools/docker/etc/shinken/resource.d/paths.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3e92569..896f5f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,7 +31,7 @@ RUN chmod u+s /bin/ping6 ADD shinken-tools/packs /packs ## Plugins -ADD shinken-tools/plugins/*/check_* /usr/lib/nagios/plugins/ +ADD shinken-tools/plugins/*/check_* /usr/lib/shinken/plugins/ # Download packs from savoirfairelinux/monitoring-tools RUN apt-get install -y subversion && \ diff --git a/tools/docker/etc/shinken/resource.d/paths.cfg b/tools/docker/etc/shinken/resource.d/paths.cfg index a332b25..47102b3 100644 --- a/tools/docker/etc/shinken/resource.d/paths.cfg +++ b/tools/docker/etc/shinken/resource.d/paths.cfg @@ -3,5 +3,5 @@ $USER1$=$NAGIOSPLUGINSDIR$ $NAGIOSPLUGINSDIR$=/usr/lib/nagios/plugins #-- Location of the plugins for Shinken -$PLUGINSDIR$=/var/lib/shinken/libexec +$PLUGINSDIR$=/usr/lib/shinken/plugins