Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2016-08-10 13:18:07 +0300
committerBjoern Schiessle <bjoern@schiessle.org>2016-08-10 13:18:07 +0300
commitc6610c8bdc7c5921ee35f9d56c6fc0e7747e573e (patch)
treecc4610643bbe8cd6465feb919a98fa7442741793 /templates
parent38845ed167be804992aa4301eeee830ecd4cfa0c (diff)
mention end-point for external monitoring tool
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 8d6fcfa..d7ce4ad 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -36,3 +36,11 @@
<p><?php p($l->t('Version:'));?><em id="databaseVersion"> -- </em></p>
<p><?php p($l->t('Size:'));?><em id="dataBaseSize"> -- </em></p>
</div>
+
+<div class="section" id="ocsEndPoint">
+ <h2><?php p($l->t('External monitoring tool'));?></h2>
+ <p>
+ <?php p($l->t('You can connect a external monitoring tool by using this end point: ') . $_['ocs']);?>
+
+
+</div>