mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@ -38,7 +38,7 @@ if (set_debug(isset($options['d']))) {
|
||||
echo "DEBUG!\n";
|
||||
}
|
||||
|
||||
if (!defined('TEST') && $config['alert']['disable'] != 'true') {
|
||||
if (!defined('TEST') && \LibreNMS\Config::get('alert.disable') != 'true') {
|
||||
echo 'Start: '.date('r')."\r\n";
|
||||
echo "ClearStaleAlerts():" . PHP_EOL;
|
||||
ClearStaleAlerts();
|
||||
|
Reference in New Issue
Block a user