{{@include("header", it)/}}

Diagnostics Report

{{it.message|safe}}
Host Machine:
{{@if(it.host.error !== false)}} {{it.host.error|safe}} {{#else}} Node Version: {{it.host.nodeVersion}}
OS Type: {{it.host.osType}}
OS Release: {{it.host.osRelease}}
Username: {{it.host.username}}
Host CPUs: {{it.host.cpus}} {{it.host.clockWarning|safe}}
Host Memory: {{it.host.memory}} {{/if}}
txAdmin Info:
Stats:
Versions: v{{it.txAdminVersion}} / {{it.fxServerVersion}}
Uptime: {{it.txadmin.uptime}}
Cfx.re URL: {{it.txadmin.cfxUrl}}
Ban/Whitelist Checking: {{it.txadmin.banlistEnabled}}, {{it.txadmin.whitelistEnabled}}
Full/Partial Crashes: {{it.txadmin.fullCrashes}}, {{it.txadmin.partialCrashes}}
HTTP Counter: {{it.txadmin.httpCounterLog}} < {{it.txadmin.httpCounterMax}}
HB Fails: HTTP {{it.txadmin.hbHTTPFails}} / FD3 {{it.txadmin.hbFD3Fails}}

Settings:
Schedule: {{it.txadmin.schedule}}
Cooldown/Timeout: {{it.txadmin.cooldown}}, {{it.txadmin.timeout}}
FXServer Path: {{it.txadmin.fxServerPath}}
Server Data Path: {{it.txadmin.serverDataPath}}
CFG Path: {{it.txadmin.cfgPath}}
FXServer /info.json:
{{@if(it.fxserver.error !== false)}} {{it.fxserver.error|safe}} {{#else}} Status: {{it.fxserver.status}}
Version: {{it.fxserver.versionWarning|safe}} {{it.fxserver.version}}
Resources: {{it.fxserver.resources}} {{it.fxserver.resourcesWarning|safe}}
OneSync: {{it.fxserver.onesync}}
Max Clients: {{it.fxserver.maxClients}}
txAdmin Version: {{it.fxserver.txAdminVersion}}
{{/if}}
Proccesses:
{{@if(!it.proccesses.length)}} Failed to retrieve proccesses data.
Check the terminal for more information (if verbosity is enabled) {{#else}} {{@each(it.proccesses) => proc}} Process: ({{proc.pid}}) {{proc.name}}
Parent: {{proc.ppid}}
Memory: {{proc.memory}}
CPU: {{proc.cpu}}

{{/each}} {{/if}}
{{@include("footer", it)/}}