1
0
mirror of https://github.com/librenms/librenms-agent.git synced 2024-05-09 09:54:52 +00:00

fix munin agent (#148)

Without the full munin-scripts path, this script won't find munin file and return nothing.
This commit is contained in:
tomarch
2017-09-20 21:47:11 +02:00
committed by Neil Lathwood
parent 1b03d2f9f7
commit 6a40ca1e9c

View File

@@ -1,6 +1,6 @@
# Lokale Einzelchecks
export MUNIN_LIBDIR=/usr/share/munin
if cd munin-scripts
if cd $MUNIN_LIBDIR/munin-scripts
then
for skript in $(ls)
do