From a0a3189092420e31c4539369faa1c227d01206be Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 4 Dec 2017 12:45:14 +0100 Subject: [systemstatus] Test more services and report status --- .../systemstatus/templates/services.html | 26 +++++++++++++++++----- 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'modules-available/systemstatus/templates/services.html') diff --git a/modules-available/systemstatus/templates/services.html b/modules-available/systemstatus/templates/services.html index 6c4f0b93..29b33687 100644 --- a/modules-available/systemstatus/templates/services.html +++ b/modules-available/systemstatus/templates/services.html @@ -1,6 +1,20 @@ -{{#ldadpError}} -
{{ldadpError}}
-{{/ldadpError}} -{{^ldadpError}} -
LDAP-AD-Proxy: OK
-{{/ldadpError}} +{{#services}} + {{#unknown}} +
+ {{name}}: {{lang_unknownState}} +
+ {{/unknown}} + {{^unknown}} + {{#fail}} +
+ {{name}}: {{lang_failure}} + {{#data.messages}}
{{data.messages}}
{{/data.messages}} +
+ {{/fail}} + {{^fail}} +
+ {{name}}: {{lang_OK}} +
+ {{/fail}} + {{/unknown}} +{{/services}} -- cgit v1.2.3-55-g7522