From d45c84e59fac390e16c6f7b554fbe2f26d8b6e72 Mon Sep 17 00:00:00 2001 From: HaseHarald Date: Sun, 18 Apr 2021 14:26:05 +0200 Subject: [PATCH] Missed one parameters equals with whitespaces. --- plugins/disk/btrfs_device_stats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/disk/btrfs_device_stats b/plugins/disk/btrfs_device_stats index 3cfcbb5d..4262a992 100755 --- a/plugins/disk/btrfs_device_stats +++ b/plugins/disk/btrfs_device_stats @@ -113,7 +113,7 @@ def munin_config(fs): print("flush_errs.label Flush Errors") print("flush_errs.warning " + os.getenv('flush_errs_warning', - default = str(warning))) + default=str(warning))) if os.getenv('flush_errs_critical', default=critical): print("flush_errs.critical " + os.getenv('flush_errs_critical', default=str(critical)))