mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-20 01:25:56 +02:00
UI improvements to Server Health page
This commit is contained in:
parent
7c52826fee
commit
7bb9385af7
2 changed files with 69 additions and 16 deletions
|
@ -135,12 +135,16 @@ class ReportsController extends Controller
|
|||
$whoisStatus = $checkServiceStatus('whois');
|
||||
$rdapStatus = $checkServiceStatus('rdap');
|
||||
$dasStatus = $checkServiceStatus('das');
|
||||
$msgbStatus = $checkServiceStatus('msg_producer');
|
||||
$msgwStatus = $checkServiceStatus('msg_worker');
|
||||
|
||||
// Get log lines as strings
|
||||
$eppLogs = $getLogLines('epp');
|
||||
$whoisLogs = $getLogLines('whois');
|
||||
$rdapLogs = $getLogLines('rdap');
|
||||
$dasLogs = $getLogLines('das');
|
||||
$msgbLogs = $getLogLines('msg_producer');
|
||||
$msgwLogs = $getLogLines('msg_worker');
|
||||
|
||||
$system = new System();
|
||||
|
||||
|
@ -206,6 +210,10 @@ class ReportsController extends Controller
|
|||
'whoisLogs' => $whoisLogs,
|
||||
'rdapLogs' => $rdapLogs,
|
||||
'dasLogs' => $dasLogs,
|
||||
'msgbStatus' => $msgbStatus,
|
||||
'msgwStatus' => $msgwStatus,
|
||||
'msgbLogs' => $msgbLogs,
|
||||
'msgwLogs' => $msgwLogs,
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue