From 3f84a481e338acc9669ba21ffd2d3cf8c8a99b5f Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 22 Sep 2021 17:52:56 +0200 Subject: [PATCH] same --- mikrotik/mt_system | 5 ----- 1 file changed, 5 deletions(-) diff --git a/mikrotik/mt_system b/mikrotik/mt_system index 6df9ffc..143a1dc 100644 --- a/mikrotik/mt_system +++ b/mikrotik/mt_system @@ -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