From dcd0daac4267c9014efaa2df5d005e401a8b07ea Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Wed, 21 Jun 2017 15:41:57 -0700 Subject: [PATCH] Error is not a valid warning level --- system-status/system_info.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-status/system_info.pl b/system-status/system_info.pl index 12d5e3431..c5d68edd5 100644 --- a/system-status/system_info.pl +++ b/system-status/system_info.pl @@ -211,7 +211,7 @@ if ($info->{'disk_fs'} && &show_section('disk')) { "$fs->{'dir'}", &nice_size($fs->{'total'})); push(@rv, { 'type' => 'warning', - 'level' => 'error', + 'level' => 'danger', 'warning' => $msg }); } elsif ($fs->{'free'}*1.0 / $fs->{'total'} < 0.01) {