Use more reasonable defaults

This commit is contained in:
Tobi Schäfer 2024-05-31 02:08:51 +02:00
parent d4bb902410
commit f20e5d36a6
Signed by: tobi
GPG key ID: 91FAE6FE2EBAC4C8

View file

@ -85,17 +85,17 @@
<dt><% gettext Requests %></dt>
<dd>
<% gettext '{0} total' <% param.requestCount %> %>,
<% gettext '{0} in the last 5 min.' <% param.requestsPerUnit default=n.a. %> %>
<% gettext '{0} in the last 5 min.' <% param.requestsPerUnit default=0 %> %>
</dd>
<dt><% gettext 'Errors' %></dt>
<dd>
<% gettext '{0} total' <% param.errorCount %> %>,
<% gettext '{0} in the last 5 min.' <% param.errorsPerUnit default=n.a. %> %>
<% gettext '{0} in the last 5 min.' <% param.errorsPerUnit default=0 %> %>
</dd>
<dt><% gettext 'Error Ratio' %></dt>
<dd>
<% gettext '{0}% total' <% param.errorRatio %> %>,
<% gettext '{0}% in the last 5 min.' <% param.errorRatioPerUnit %> %>
<% gettext '{0}% in the last 5 min.' <% param.errorRatioPerUnit default=0 %> %>
</dd>
<dt><% gettext 'Xml-Rpc Count' %></dt>
<dd><% ngettext '{0} request' '{0} requests' <% param.xmlrpcCount %> %></dd>