You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ipv4s_piracy = collect(DB::connection('piracy_shield')->select("select feedbacks.item from (select distinct item from ticket_items_log where item_type = 'ipv4' and `timestamp` > DATE_SUB(now(), INTERVAL ? MONTH)) as feedbacks INNER JOIN (select ipv4 as item from ipv4s where `timestamp` > DATE_SUB(now(), INTERVAL ? MONTH)) as lastitems on feedbacks.item = lastitems.item order by item",[$months,$months]))->pluck('item');
$piracyshield = collect(DB::connection('piracy_shield')->select("select feedbacks.item from (select distinct item from ticket_items_log where item_type = 'fqdn' and `timestamp` > DATE_SUB(now(), INTERVAL ? MONTH)) as feedbacks INNER JOIN (select fqdn as item from fqdns where `timestamp` > DATE_SUB(now(), INTERVAL ? MONTH)) as lastitems on feedbacks.item = lastitems.item order by item",[$months,$months]))->pluck('item');
The text was updated successfully, but these errors were encountered:
Mi sono accorto che sia sul BGP che sul DNS la connection è sbagliata quindi non sta più aggiornando correttamente il tutto
ComplianceGuard/ps.openaccessitalia.org-main/app/Http/Controllers/Admin/BGPController.php
Line 21 in 9c4a031
ComplianceGuard/ps.openaccessitalia.org-main/app/Http/Controllers/Admin/DNSController.php
Line 212 in 9c4a031
The text was updated successfully, but these errors were encountered: