Domain | {{ host_info.dnsdomain }} |
FQDN name | {{ Lower computer_fqdn }} |
OS | {{ os_name }} {{^ host_info.windows_version_prettyname}}{{ host_info.os_version }}{{/ host_info.windows_version_prettyname}}{{ host_info.windows_version_prettyname }} |
Version de Wapt | {{ wapt_status.wapt-version-full }} |
Fabricant | {{manufacturer}} |
Produit | {{productname}} |
BIOS version | {{ dmi.BIOS_Information.Version }} |
N° de série | {{serialnr}}
{{#if manufacturer,"=","Acer" }}{{/if}}
{{#if manufacturer,"=","Dell Inc." }}{{/if}}
{{#if manufacturer,"=","ASUSTeK COMPUTER INC." }}{{/if}}
{{#if manufacturer,"=","LENOVO" }}
{{# HttpGet ,"https://pcsupport.lenovo.com/fr/fr/api/v4/mse/getserial?productId=",serialnr }}
{{/ HttpGet }}
{{/if}}
{{#if manufacturer,"=","Hewlett-Packard" }}
{{# HttpGet ,"https://support.hp.com/wcc-services/searchresult/fr-fr?q=",serialnr,"&context=pdp" }}
{{#data.searchResults}}
{{#categories}}
{{#subCategoryList}}
{{#productList}}
{{/productList}}
{{/subCategoryList}}
{{/categories}}
{{/data.searchResults}}
{{/ HttpGet }}
{{/if}}
|
CPU Name | {{ host_info.cpu_name }} |
Physical RAM | {{ HumanBytes host_metrics.physical_memory }} |
{{# wmi.Win32_DesktopMonitor }}
{{# ScreenWidth }}
#{{-index}} Screen resolution | {{ ScreenWidth }} x {{ ScreenHeight }} ({{ wmi.Win32_DesktopMonitor.PixelsPerXLogicalInch }}dpi) |
{{/ ScreenWidth }}
{{/ wmi.Win32_DesktopMonitor }}
{{# values host_metrics.local_drives }}
{{#Size}}
Drive {{ Name }} | {{ HumanBytes Size}} (Free: {{HumanBytes FreeSpace}} {{FreePercent}}%) |
{{/Size}}
{{/ values host_metrics.local_drives }}
{{# host_metrics.local_drives.C.FreePercent }}