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

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2016-12-10 13:52:31 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2016-12-10 13:52:31 +0300
commit8d896e0bafc6828e520684b7f77fce7313079fd9 (patch)
treea4c7d488b9e94f10494e095fc7b197c2a035764f /page-workflow.php
parent3851260da606c3bf64f3968bb7ff6953b97eb033 (diff)
minor updates to features page
Diffstat (limited to 'page-workflow.php')
-rw-r--r--page-workflow.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-workflow.php b/page-workflow.php
index a2be235b..375fb195 100644
--- a/page-workflow.php
+++ b/page-workflow.php
@@ -49,7 +49,7 @@
<a href="<?php bloginfo('template_directory'); ?>/assets/img/features/monitoring.png"><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/monitoring-wee.png" alt="in action" /></a>
</div>
<div class="col-md-8">
- <p><?php echo $l->t('The Server Information app provides a way for admins to monitor the health and performance of a Nextcloud system. Besides the graphical UI, an API endpoint provided makes it possible for system administrators to import this data in their monitoring app so they can keep an eye on Nextcloud operations from the same place they monitor the rest of their infrastructure.');?></p>
+ <p><?php echo $l->t('Nextcloud scales to millions of users and at that scale it is important to keep an eye on the health of a system. The Server Information app provides a way for admins to monitor the state and performance of a Nextcloud server installation. Besides the graphical UI, an API endpoint provided makes it possible for system administrators to import this data in their monitoring app so they can keep an eye on Nextcloud operations from the same place they monitor the rest of their infrastructure.');?></p>
<p><?php echo $l->t('Monitoring and systems intelligence tools <a href="http://opennms.org/" target="_blank">openNMS</a> and <a href="https://splunkbase.splunk.com/apps/#/search/nextcloud/">Splunk</a> already have support for monitoring Nextcloud 10+ systems and <a href="https://github.com/opennms-config-modules/nextcloud" target="_blank">the openNMS configuration module</a> can be easily modified for other tools like Nagios.');?></p>
</div>
</div>