diff --git a/scancore-agents/scan-filesystems/scan-filesystems b/scancore-agents/scan-filesystems/scan-filesystems index 513ecc4f..6585cef0 100755 --- a/scancore-agents/scan-filesystems/scan-filesystems +++ b/scancore-agents/scan-filesystems/scan-filesystems @@ -487,7 +487,7 @@ INSERT INTO { # First time we've fallen under 5% my $alert_level = "warning"; - if ($new_mount_point eq "") + if ($new_mount_point =~ /swap/) { $alert_level = "notice"; }