36 lines
1.2 KiB
PHP
36 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'title' => 'Host & Services',
|
|
'subtitle' => 'Status of the server services.',
|
|
|
|
'health_ok_title' => 'All services online',
|
|
'health_ok_body' => 'The system is running with no known issues.',
|
|
'health_problem_title' => '{1}One service has an issue|[2,*]:count services have issues',
|
|
'health_problem_body' => 'Please check the affected services below.',
|
|
|
|
'services_title' => 'Services',
|
|
'svc_database' => 'Database',
|
|
'svc_cache' => 'Cache / Redis',
|
|
'svc_realtime' => 'Realtime',
|
|
'svc_queue' => 'Queue worker',
|
|
'svc_unreachable'=> 'unreachable',
|
|
'svc_running' => 'running',
|
|
'svc_stopped' => 'stopped',
|
|
|
|
'refresh' => 'Refresh',
|
|
'checked_at' => 'Checked at :time',
|
|
|
|
'chart_title' => 'Load (24 h)',
|
|
'chart_mqtt' => 'MQTT/min',
|
|
'chart_cpu' => 'CPU load',
|
|
'chart_mem' => 'Memory %',
|
|
'chart_empty' => 'No samples yet — collected every minute.',
|
|
|
|
'system_title' => 'System',
|
|
'stack_framework' => 'Framework',
|
|
'stack_database' => 'Database',
|
|
'stack_realtime' => 'Realtime',
|
|
'stack_queue' => 'Queue',
|
|
];
|