{{t 'menu'}}

{{t 'monitoring'}}

{{#if status}}

{{t 'infos'}}

{{t 'hostname'}}
{{system.infos.hostname}}
{{t 'os'}}
{{ucwords system.infos.linux_distro}} {{system.infos.platform}} ({{system.infos.os_name}} {{system.infos.os_version}})
{{t 'uptime'}}
{{system.uptime}}

{{t 'memory'}}

{{t 'ram'}}

{{t 'used'}} {{humanSize system.memory.ram.used}} ({{system.memory.ram.percent}} %)
{{t 'free'}} {{humanSize system.memory.ram.free}}
{{t 'total'}} {{humanSize system.memory.ram.total}}

{{t 'swap'}}

{{t 'used'}} {{humanSize system.memory.swap.used}} ({{system.memory.swap.percent}} %)
{{t 'free'}} {{humanSize system.memory.swap.free}}
{{t 'total'}} {{humanSize system.memory.swap.total}}

{{t 'cpu_load'}}

{{t 'count_min' "1"}} {{system.cpu.load.min1}}
{{t 'count_min' "5"}} {{system.cpu.load.min5}}
{{t 'count_min' "15"}} {{system.cpu.load.min15}}

{{t 'process'}}

{{t 'running'}} {{system.process.running}}
{{t 'sleeping'}} {{system.process.sleeping}}
{{t 'total'}} {{system.process.total}}
{{t 'public_ip'}}{{network.infos.public_ip}}
{{t 'gateway'}}{{network.infos.gateway}}

{{t 'local_ip'}}

{{#each network.infos.local_ip}} {{/each}}
{{t 'interface'}} {{t 'ipv4'}} {{t 'ipv6'}}
{{@key}} {{ ipv4 }} {{ ipv6 }}

{{t 'usage'}}

{{#each network.usage}}

{{@key}} {{t 'time_since_update'}}{{humanTime time_since_update}}

{{t 'bit_rate'}} {{t 'cumulative_usage'}}
{{t 'transmission'}} {{bitRate tx time_since_update}} {{humanSize cumulative_tx}}
{{t 'reception'}} {{bitRate rx time_since_update}} {{humanSize cumulative_rx}}
{{/each}}
{{#each disk}}

{{@key}}

{{t 'filesystem'}}

{{t 'fs_type'}}{{ filesystem.fs_type }}
{{t 'mount_point'}}{{ filesystem.mnt_point }}
{{t 'size'}}{{humanSize filesystem.size }}
{{t 'used'}}{{humanSize filesystem.used }}
{{t 'available'}}{{humanSize filesystem.avail }}

{{t 'io'}} {{t 'time_since_update'}}{{humanTime io.time_since_update }}

{{t 'read'}}{{humanSize io.read_bytes }}
{{t 'write'}}{{humanSize io.write_bytes }}
{{/each}}
{{else}}
{{t 'monitoring_disabled'}}
{{t 'monitoring_check_glances'}}
{{/if}}