{* * WHMCS Server Module - VPSAG * @package WHMCS * @copyright ArkHost 2025 * @link https://arkhost.com * @author ArkHost *}
{$_LANG['Overview']['ServerInfo']}
{if $serverInfo['ipv6']} {/if}
{$_LANG['Overview']['Hostname']}: {$serverInfo['hostname']|default:'N/A'}
{$_LANG['IPv4']} Address: {$serverInfo['ip']}
{$_LANG['IPv6']} Address: {$serverInfo['ipv6']}
{$_LANG['Overview']['OS']}: {if $serverInfo['operatingSystem']['image']} {/if} {$serverInfo['operatingSystem']['name']|default:'N/A'}
{$_LANG['Overview']['Status']}: {$serverInfo['statusDescription']}
{$_LANG['Overview']['Uptime']}: {$serverInfo['uptime_text']|default:'N/A'}
{$_LANG['Overview']['ServerType']}: {$serverInfo['server_type']|default:'Standard'}
{$_LANG['Overview']['ResourceAllocation']}

{$serverInfo['cpu']|default:'N/A'}

{$_LANG['Overview']['CPU_Cores']}

{$serverInfo['ram']|default:'N/A'} {$_LANG['General']['GB']}

{$_LANG['Overview']['Memory']}

{$serverInfo['disk']|default:'N/A'} {$_LANG['General']['GB']}

{$_LANG['Overview']['Storage']}

{$serverInfo['bandwidth']|default:'20'} {$_LANG['General']['TB']}

{$_LANG['Overview']['Traffic']}
{$_LANG['Overview']['ResourceUsage']}

{$_LANG['Overview']['RAM']}

{if $serverInfo['ram'] > 0}{($serverInfo['ram_usage']/1024/1024/1024/$serverInfo['ram']*100)|round}{else}0{/if}%
{($serverInfo['ram_usage']/1024/1024/1024)|round:1} / {$serverInfo['ram']} GB {$_LANG['Used']}

Bandwidth

{if $serverInfo['bandwidth'] > 0}{($serverInfo['bandwidth_used']/1024/$serverInfo['bandwidth']*100)|round}{else}0{/if}%
{($serverInfo['bandwidth_used']/1024)|round:1} / {$serverInfo['bandwidth']} TB {$_LANG['Used']}

{$_LANG['Overview']['CPU']}

{if $serverInfo['cpu_usage'] <= 1}{($serverInfo['cpu_usage'] * 100)|round}{else}{$serverInfo['cpu_usage']|ceil}{/if}%
{if $serverInfo['cpu_usage'] <= 1}{($serverInfo['cpu_usage'] * 100)|round}{else}{$serverInfo['cpu_usage']|ceil}{/if}% {$_LANG['Overview']['CPUUsage']}
{$_LANG['Overview']['QuickActions']}
{$_LANG['VNC']}
{$_LANG['Navbar']['Graphs']}
{$_LANG['Graphs']['CPU']}

{$_LANG['Graphs']['Loading']}

{$_LANG['Graphs']['RAM']}

{$_LANG['Graphs']['Loading']}

{$_LANG['Graphs']['Network']}

{$_LANG['Graphs']['Loading']}

{$_LANG['Graphs']['Disk']}

{$_LANG['Graphs']['Loading']}

{$_LANG['Navbar']['Backups']}
{$_LANG['Backups']['Description']}
{$_LANG['Backups']['Date']} {$_LANG['Backups']['Size']} {$_LANG['Backups']['Type']} {$_LANG['Backups']['Status']} {$_LANG['Backups']['Actions']}
Loading backup data...
{$_LANG['Backups']['Warning']|unescape:'html'}
{$_LANG['General']['Note']}: {$_LANG['Settings']['Firewall']['Description']}
{$_LANG['Settings']['Firewall']['AddNewRule']}
{$_LANG['Settings']['Firewall']['CurrentRules']}
{$_LANG['Settings']['Firewall']['Action']} {$_LANG['Settings']['Firewall']['Protocol']} {$_LANG['Settings']['Firewall']['Port']} {$_LANG['Settings']['Firewall']['Source']} {$_LANG['Settings']['Firewall']['Note']} {$_LANG['Settings']['Firewall']['Actions']}
{$_LANG['LoadingFirewallRules']}
{$_LANG['General']['Note']}: {$_LANG['Settings']['Firewall']['Warning']}
{$_LANG['Settings']['Hostname']['Title']}
{$_LANG['Settings']['Hostname']['Description']}
{$_LANG['Settings']['ISO']['Title']}
{$_LANG['Settings']['ISO']['Description']}
{if $serverInfo['iso'] !== ''} {/if}
{$_LANG['Settings']['Password']['Title']}
{$_LANG['Settings']['Password']['Description']}
{$_LANG['Settings']['Reinstall']['Title']}
{$_LANG['Settings']['Reinstall']['Description']}
{foreach from=$operatingSystems key=$group item=$operatingSystemsGroup}
{/foreach}