:100644 100644 0147cad7c 000000000 M LibreNMS/Alert/AlertRules.php diff --git a/LibreNMS/Alert/AlertRules.php b/LibreNMS/Alert/AlertRules.php index 0147cad7c20d230419dcef13b7bf4a6eba5607b6..985ac79e32a78c0ea13d9e6e1aef51c0005e77e9 100644 --- a/LibreNMS/Alert/AlertRules.php +++ b/LibreNMS/Alert/AlertRules.php @@ -64,7 +64,7 @@ readonly class AlertRules public function run(): bool { if ($this->device->getMaintenanceStatus() === MaintenanceStatus::SkipAlerts) { - Log::info("Under Maintenance, skipping alert rules check."); + Log::info('Under Maintenance, skipping alert rules check.'); return false; }