This commit is contained in:
Michael Grote 2021-09-22 17:52:56 +02:00
parent 74e1a617fb
commit 3f84a481e3

View file

@ -398,10 +398,6 @@ if [ "$1" = "config" ]; then
if [ "$MUNIN_CAP_DIRTYCONFIG" = "1" ]; then
get_memory_value
fi
get_disk_label
if [ "$MUNIN_CAP_DIRTYCONFIG" = "1" ]; then
get_disk_value
fi
exit 0
fi
# wird nie aufgerufen wenn dirtyconfig gesetzt ist
@ -413,7 +409,6 @@ get_write_sect_since_reboot_value
get_temperature_value
get_cpu_value
get_memory_value
get_disk_value
exit 0