Lines 51-56
Link Here
|
51 |
[% IF (is_psgi) %] |
51 |
[% IF (is_psgi) %] |
52 |
<tr><th scope="row">PSGI: </th><td>[% psgi_server |html %]</td></tr> |
52 |
<tr><th scope="row">PSGI: </th><td>[% psgi_server |html %]</td></tr> |
53 |
[% END %] |
53 |
[% END %] |
|
|
54 |
<tr><th scope="row">Memcached: </th> |
55 |
<td>Servers: [% IF memcached_servers %][% memcached_servers | html %] |
56 |
[% ELSE %]<span>undefined</span>[% END %]| |
57 |
Namespace: [% IF memcached_namespace %][% memcached_namespace | html %] |
58 |
[% ELSE %]<span>undefined</span>[% END %] | |
59 |
Status: [% IF memcached_servers %] |
60 |
[% IF memcached_running %]<span class="status_ok">running</span> |
61 |
[% ELSE %]<span class="status_warn">not running</span>[% END %] |
62 |
[% ELSE %] |
63 |
<span>unknown</span> |
64 |
[% END %] |
65 |
</td> |
66 |
</tr> |
54 |
<tr><th scope="row">Zebra version: </th><td>[% zebraVersion |html %]</td></tr> |
67 |
<tr><th scope="row">Zebra version: </th><td>[% zebraVersion |html %]</td></tr> |
55 |
[% IF (errZebraConnection == 10000) %] |
68 |
[% IF (errZebraConnection == 10000) %] |
56 |
<tr><th scope="row"><b>Error</b> </th><td>Zebra server seems not to be available. Is it started?</td></tr> |
69 |
<tr><th scope="row"><b>Error</b> </th><td>Zebra server seems not to be available. Is it started?</td></tr> |
57 |
- |
|
|