Update stat wording

This commit is contained in:
Fred Boniface
2023-02-16 09:58:04 +00:00
parent f1f01b1e86
commit f6c805165a
3 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
</head>
<body style="text-align:center">
<h1>OwlBoard Server Stats</h1>
<h2 id="server_host"></h2>
<h2>API Server: <span id="server_host"></span></h2>
<p>Counters Reset - <span id="time"></span></p>
<table style="margin:auto;text-align:center;">
<tr>
@@ -53,10 +53,10 @@
<td>At least one MongoDB database (maybe clustered across multiple instances)</td>
</tr>
<tr>
<td>At most one db-manager (Run as a initContainer and optionally as a CronJob)</td>
<td>db-manager run as a initContainer and optionally as a CronJob</td>
</tr>
<tr>
<td>At least one backend server</td>
<td>At least one backend (API server)</td>
</tr>
<tr>
<td>At least one web server service (Caching is done at this level so more than one service may increase API hits)</td>