mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Apply fixes from StyleCI (#12124)
This commit is contained in:
@@ -45,7 +45,7 @@ if (set_debug(isset($options['d']))) {
|
||||
|
||||
if (! defined('TEST') && \LibreNMS\Config::get('alert.disable') != 'true') {
|
||||
echo 'Start: ' . date('r') . "\r\n";
|
||||
echo "ClearStaleAlerts():" . PHP_EOL;
|
||||
echo 'ClearStaleAlerts():' . PHP_EOL;
|
||||
$alerts->clearStaleAlerts();
|
||||
echo "RunFollowUp():\r\n";
|
||||
$alerts->runFollowUp();
|
||||
|
Reference in New Issue
Block a user