['services'=>['clamav-clamonacc.service','clamonacc.service'], 'user'=>false], 'Freshclam' => ['services'=>['clamav-freshclam.service','freshclam.service'], 'user'=>false], 'Anti-Ransomware system' => ['services'=>['BastionGuard-ransomware-realtime.service','bastionguard-ransomware-realtime.service'], 'user'=>false], 'Anti-Ransomware user' => ['services'=>['BastionGuard-ransomware-alert.service','BastionGuard-ransomware-realtime-alert.service','BastionGuard-ransomware-scanner.service'], 'user'=>true], 'Anti-Phishing' => ['services'=>['BastionGuard-phishing-scanner.service','BastionGuard-phishing.service','bastionguard-phishing.service'], 'user'=>false], 'Mail proxy' => ['services'=>['BastionGuard-mailproxy.service','bastionguard-mailproxy.service'], 'user'=>true] ]; include 'includes/header.php'; include 'includes/sidebar.php'; ?>

Logs

journalctl collection for BastionGuard and ClamAV services. System and user logs are read through the WebUI helper when available.

Log helper not installed. Run: sudo bash scripts/install-webui-helpers.sh "$USER"
$group): $i++; $svc = isset($group['services']) && is_array($group['services']) ? $group['services'] : []; try { $text = bg_journal($svc, $lines, !empty($group['user'])); } catch (Throwable $e) { $text = 'Log page error: ' . $e->getMessage(); } ?>