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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user