State
| Hostname | {{ state.hostname }} |
| XML-API listen port | {{ config.XML_PORT }} |
| Service State | {{ state.service_state }} |
| Disk usage | {{ Math.round(state.rootfs_du_used / state.rootfs_du_total * 100) }} % |
| Memory usage | {{ Math.round(state.vm_percent) }} % |
| CPU usage | {{ Math.round(state.cpu_percent) }} % |
| SOC Model | {{ state.soc_model }} |
| SOC Serial Number | {{ state.soc_serial }} |
| IP4 Ethernet 1 | {{ state.ip_eth0 }} |
| IP4 Ethernet 2 | {{ state.ip_eth1 }} |
| IP4 Wifi | {{ state.ip_wlan0 }} |
Designa Uplink
RTB Matrix Devices
| RTB Display-IP | Designa Counter ID | Capacity json key | Occupation json key | State | |
|---|---|---|---|---|---|
raw/debug
config: {{ config }}
state: {{ state }}