mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Tidy up alert output info for poller cli (#4578)
This commit is contained in:
committed by
Tony Murray
parent
0c0c553d74
commit
8b68429a06
@@ -134,8 +134,9 @@ foreach (dbFetch($query) as $device) {
|
||||
$device = dbFetchRow("SELECT * FROM `devices` WHERE `device_id` = " .$device['device_id']);
|
||||
$device['vrf_lite_cisco'] = dbFetchRows("SELECT * FROM `vrf_lite_cisco` WHERE `device_id` = ".$device['device_id']);
|
||||
poll_device($device, $options);
|
||||
echo "#### Start Alerts ####\n";
|
||||
RunRules($device['device_id']);
|
||||
echo "\r\n";
|
||||
echo "#### End Alerts ####\r\n";
|
||||
$polled_devices++;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user