{{ $nameServer->name }}

Dashboard / Admin / Name Servers / {{ $nameServer->name }}

@csrf

{{ ucfirst($nameServer->status) }}

{{ $nameServer->hostname }}

@if($nameServer->response_time_ms)

{{ $nameServer->response_time_ms }}ms

Response Time

@endif

Zone DNS

{{ $stats['zones_count'] }}

@if($stats['zones_limit'])

din {{ $stats['zones_limit'] }}

@endif
@if($stats['zones_limit'])

{{ $stats['usage_percentage'] }}% utilizat

@endif

Status

{{ ucfirst($stats['status']) }}

@if($stats['last_check'])

{{ $stats['last_check'] }}

@endif

Uptime

{{ $stats['uptime_percentage'] }}%

Disponibilitate

Capacitate

{{ $stats['can_accept_zones'] ? 'Disponibil' : 'Plin' }}

Zone noi

Statistici & Performanță

Uptime

{{ $extendedStats['24h']['uptime'] }}%

Disponibilitate

Mediu

{{ $extendedStats['24h']['avg_response'] }}ms

@if($extendedStats['24h']['trend'] != 0) {{ abs($extendedStats['24h']['trend']) }}% @else stabil @endif
Min / Max

{{ $extendedStats['24h']['min_response'] }} / {{ $extendedStats['24h']['max_response'] }} ms

Interval răspuns

Verificări

{{ number_format($extendedStats['24h']['total_checks']) }}

Health checks

Response Time (ms)

Threshold 500ms

Disponibilitate (%)

Zone DNS

Informații Generale

Hostname

{{ $nameServer->hostname }}

IP Address (IPv4)

{{ $nameServer->ip_address }}

@if($nameServer->ipv6_address)

IP Address (IPv6)

{{ $nameServer->ipv6_address }}

@endif

Prioritate

{{ $nameServer->priority }}

Weight

{{ $nameServer->weight }}

Server Primar

@if($nameServer->is_primary) Da @else Nu @endif

Stare

@if($nameServer->is_active) Activ @else Inactiv @endif

Creat la

{{ $nameServer->created_at->format('d.m.Y H:i') }}

Ultima actualizare

{{ $nameServer->updated_at->format('d.m.Y H:i') }}

@if($nameServer->last_check_at)

Ultima verificare

{{ $nameServer->last_check_at->format('d.m.Y H:i') }}

@endif

Configurare API

API URL

{{ $nameServer->full_api_url }}

Tip API

{{ strtoupper($nameServer->api_type) }}

Port

{{ $nameServer->api_port }}

Server ID

{{ $nameServer->server_id }}

@if($nameServer->api_key)

API Key

{{ str_repeat('•', 20) }}{{ substr($nameServer->api_key, -4) }}

@endif @if($nameServer->web_port)

Web Port (Query Logs)

{{ $nameServer->web_port }}

@endif @if($nameServer->cloudflare_account_id)

Cloudflare Account ID

{{ $nameServer->cloudflare_account_id }}

@endif

Zone DNS ({{ $totalLocalZones }}{{ $powerDNSZones->count() > 0 ? ' + ' . $powerDNSZones->count() . ' PowerDNS' : '' }})

@if($localZones->count() > 0 || $powerDNSZones->count() > 0)
{{-- Zone din baza de date locală --}} @foreach($localZones as $zone)

{{ $zone->domain }}

@if($zone->dnssec_enabled) DNSSEC @endif @if(!$zone->is_active) Inactiv @endif

{{ $zone->type }}

@if($zone->user)

{{ $zone->user->name }}

@endif
@endforeach {{-- Zone doar în PowerDNS --}} @foreach($powerDNSZones as $zone)

{{ $zone->domain }}

PowerDNS Only

{{ $zone->type }}

@endforeach
{{-- Paginare --}} @if($localZones->hasPages())
{{ $localZones->appends(['zone_search' => $zoneSearch])->links() }}
@endif @else

@if($zoneSearch) Nu s-au găsit zone pentru "{{ $zoneSearch }}" @else Nu există zone DNS asociate acestui server @endif

@endif

Statistici DNSSEC

Zone cu DNSSEC activ {{ $dnssecStats['dnssec_enabled'] }}
Zone fără DNSSEC {{ $dnssecStats['dnssec_disabled'] }}

{{ $dnssecStats['dnssec_percentage'] }}% din zone au DNSSEC activ

Locație

@if($nameServer->city || $nameServer->country_code)

Oraș / Țară

{{ $nameServer->location }}

@endif @if($nameServer->region)

Regiune

{{ $nameServer->region }}

@endif @if($nameServer->provider)

Provider

{{ $nameServer->provider }}

@endif @if($nameServer->datacenter)

Datacenter

{{ $nameServer->datacenter }}

@endif @if($nameServer->latitude && $nameServer->longitude)

Coordonate

{{ $nameServer->latitude }}, {{ $nameServer->longitude }}

@endif
@if($nameServer->description || $nameServer->notes)

Note

@if($nameServer->description)

Descriere:

{{ $nameServer->description }}

@endif @if($nameServer->notes)

Note Administrative:

{{ $nameServer->notes }}

@endif
@endif

Istoric Incidente (ultimele 30 zile)

{{ $incidentHistory->count() }} {{ $incidentHistory->count() == 1 ? 'incident' : 'incidente' }}
@if($incidentHistory->count() > 0)
@foreach($incidentHistory as $incident) @endforeach
Data/Ora Status Response Time Eroare
{{ $incident['date'] }} @if($incident['status'] === 'offline') Offline @else Degraded @endif {{ $incident['response_time'] ? $incident['response_time'] . 'ms' : '-' }} {{ $incident['error'] ?: '-' }}
@else

Nu au existat incidente în ultimele 30 de zile

Serverul funcționează excelent! 🎉

@endif
@push('scripts') @endpush