Commit 39c32c2b authored by root's avatar root

Ensure that onlyoffice is checked

parent bd6806fc
......@@ -120,6 +120,7 @@ AlfBI Camel Routes:
{%- endif %}
{%- if role == "semabench" %}
Check Semabench:
description: Checks to see whether the semabench process is running
......@@ -128,6 +129,18 @@ Check Semabench:
{%- endif %}
{%- endfor %}
{%- if pillar['onlyoffice_domain'] is defined %}
Check OnlyOffice:
description: Checks that onlyoffice is running at `{{pillar['onlyoffice_domain']}}`
{%- if pillar['sslproxy'] is defined %}
http: https://{{pillar['onlyoffice_domain']}}/healthcheck
{%- else %}
http: http://{{pillar['onlyoffice_domain']}}/healthcheck
{%- endif %}
matches: 'true'
{%- endif %}
{% if salt['pillar.get']('lorikeet:oocheck', False) == True %}
Check LibreOffice:
description: Checks that LibreOffice is running on port 8100 and can perform a conversion
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment