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) {