Skip to content

Commit 7aecb1f

Browse files
author
Till Brehm
committed
Fixed #5069 Ignore Ubuntu Livepatch /snap disk full alerts.
1 parent beefb85 commit 7aecb1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/classes/cron.d/100-monitor_disk_usage.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public function onRunJob() {
7474
$app->uses('getconf');
7575
$web_config = $app->getconf->get_server_config($conf['server_id'], 'web');
7676

77-
$dfData = shell_exec('df -PhT -x simfs | awk \'!x[$1]++\' 2>/dev/null');
77+
$dfData = shell_exec('df -PhT -x simfs -x squashfs | awk \'!x[$1]++\' 2>/dev/null');
7878

7979
// split into array
8080
$df = explode("\n", $dfData);

0 commit comments

Comments
 (0)