{% extends "base.html" %} {% block title %}머신 관리 - 팜큐 약국 관리 시스템{% endblock %} {% block breadcrumb %} {% endblock %} {% block content %}
연결된 모든 머신의 상태 및 하드웨어 정보
| 머신 정보 | 네트워크 | 하드웨어 | 상태 | 소속 약국 | 액션 |
|---|---|---|---|---|---|
|
{% if machine_data.is_online %}
{% else %}
{% endif %}
{{ machine_data.machine_name or machine_data.hostname }}
{{ machine_data.machine_name or machine_data.hostname }}.headscale.local
{% set machine_name = (machine_data.machine_name or machine_data.hostname).lower() %}
{% if 'pbs' in machine_name %}
{% elif 'pve' in machine_name %}
{% else %}
{% endif %}
OS: {{ machine_data.hostname }}
{% endif %}
{{ machine_data.headscale_user_name or '미지정' }}
|
{{ machine_data.tailscale_ip }}
{{ machine_data.ipv6 }}
엔드포인트: 0개
|
{% if machine_data.specs %}
{{ machine_data.specs.cpu_model[:20] }}{% if machine_data.specs.cpu_model|length > 20 %}...{% endif %}
{{ machine_data.specs.ram_gb }}GB RAM
{{ machine_data.specs.storage_gb }}GB
|
{% if machine_data.is_online %}
온라인
{% else %}
오프라인
{% endif %}
{% if machine_data.latest_monitoring %}
CPU: {{ machine_data.latest_monitoring.cpu_usage }}%
온도: {{ machine_data.latest_monitoring.cpu_temperature }}°C
|
{% if machine_data.pharmacy %}
{{ machine_data.pharmacy.pharmacy_name }}
{% else %}
미지정
{% endif %}
{{ machine_data.pharmacy.manager_name }}
|
{{ machine_data.hostname }}