|
|
@ -11,6 +11,7 @@
|
|
|
|
<thead>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td>[[admin/development/info:host]]</td>
|
|
|
|
<td>[[admin/development/info:host]]</td>
|
|
|
|
|
|
|
|
<td class="text-center">[[admin/development/info:primary]]</td>
|
|
|
|
<td>[[admin/development/info:pid]]</td>
|
|
|
|
<td>[[admin/development/info:pid]]</td>
|
|
|
|
<td>[[admin/development/info:nodejs]]</td>
|
|
|
|
<td>[[admin/development/info:nodejs]]</td>
|
|
|
|
<td>[[admin/development/info:online]]</td>
|
|
|
|
<td>[[admin/development/info:online]]</td>
|
|
|
@ -25,6 +26,10 @@
|
|
|
|
<!-- BEGIN info -->
|
|
|
|
<!-- BEGIN info -->
|
|
|
|
<tr>
|
|
|
|
<tr>
|
|
|
|
<td>{info.os.hostname}:{info.process.port}</td>
|
|
|
|
<td>{info.os.hostname}:{info.process.port}</td>
|
|
|
|
|
|
|
|
<td class="text-center">
|
|
|
|
|
|
|
|
{{{if info.nodebb.isPrimary}}}<i class="fa fa-check"></i>{{{else}}}<i class="fa fa-times"></i>{{{end}}} /
|
|
|
|
|
|
|
|
{{{if info.nodebb.runJobs}}}<i class="fa fa-check"></i>{{{else}}}<i class="fa fa-times"></i>{{{end}}}
|
|
|
|
|
|
|
|
</td>
|
|
|
|
<td>{info.process.pid}</td>
|
|
|
|
<td>{info.process.pid}</td>
|
|
|
|
<td>{info.process.version}</td>
|
|
|
|
<td>{info.process.version}</td>
|
|
|
|
<td>
|
|
|
|
<td>
|
|
|
@ -32,7 +37,7 @@
|
|
|
|
<span title="[[admin/development/info:guests]]">{info.stats.onlineGuestCount}</span> /
|
|
|
|
<span title="[[admin/development/info:guests]]">{info.stats.onlineGuestCount}</span> /
|
|
|
|
<span title="[[admin/development/info:sockets]]">{info.stats.socketCount}</span>
|
|
|
|
<span title="[[admin/development/info:sockets]]">{info.stats.socketCount}</span>
|
|
|
|
</td>
|
|
|
|
</td>
|
|
|
|
<td>{info.git.branch}@<a href="https://github.com/NodeBB/NodeBB/commit/{info.git.hash}" target="_blank">{info.git.hash}</a></td>
|
|
|
|
<td>{info.git.branch}@<a href="https://github.com/NodeBB/NodeBB/commit/{info.git.hash}" target="_blank">{info.git.hashShort}</a></td>
|
|
|
|
<td>{info.process.cpuUsage.user} / {info.process.cpuUsage.system}</td>
|
|
|
|
<td>{info.process.cpuUsage.user} / {info.process.cpuUsage.system}</td>
|
|
|
|
<td>{info.process.memoryUsage.humanReadable} mb</td>
|
|
|
|
<td>{info.process.memoryUsage.humanReadable} mb</td>
|
|
|
|
<td>{info.os.load}</td>
|
|
|
|
<td>{info.os.load}</td>
|
|
|
|