mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Send alerts to syslog as well.
This commit is contained in:
parent
6909a83662
commit
371d45a2bc
@ -59,7 +59,7 @@ function file_notice($id, $notice, $category = "General", $url = "", $priority =
|
||||
$queueout = fopen($notice_path, "w");
|
||||
fwrite($queueout, serialize($queue));
|
||||
fclose($queueout);
|
||||
log_error("New alert found: $notice");
|
||||
log_error("New alert found: {$notice}");
|
||||
return $queuekey;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user