New pluginsdir: /usr/lib/shinken/plugins
Change-Id: I1435a60266c2f5d38efbb930124e801790df560d
This commit is contained in:
parent
23ea74d4e2
commit
2774392b25
@ -31,7 +31,7 @@ RUN chmod u+s /bin/ping6
|
|||||||
ADD shinken-tools/packs /packs
|
ADD shinken-tools/packs /packs
|
||||||
|
|
||||||
## Plugins
|
## 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
|
# Download packs from savoirfairelinux/monitoring-tools
|
||||||
RUN apt-get install -y subversion && \
|
RUN apt-get install -y subversion && \
|
||||||
|
@ -3,5 +3,5 @@ $USER1$=$NAGIOSPLUGINSDIR$
|
|||||||
$NAGIOSPLUGINSDIR$=/usr/lib/nagios/plugins
|
$NAGIOSPLUGINSDIR$=/usr/lib/nagios/plugins
|
||||||
|
|
||||||
#-- Location of the plugins for Shinken
|
#-- Location of the plugins for Shinken
|
||||||
$PLUGINSDIR$=/var/lib/shinken/libexec
|
$PLUGINSDIR$=/usr/lib/shinken/plugins
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user