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

page-monitoring.php - github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d09fa43c1f85f7f953608c66059030f22aa6e2d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
<head>
<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/monitoring.css?v=1" rel="stylesheet">
<!-- <script src='https://www.google.com/recaptcha/api.js'></script> -->
<meta itemprop="image" content="<?php echo get_template_directory_uri(); ?>/assets/img/features/activity-nw.png">
<meta name="twitter:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/features/activity-nw.png">
<meta name="twitter:image:src" content="<?php echo get_template_directory_uri(); ?>/assets/img/features/activity-nw.png">
<meta property="og:image" content="<?php echo get_template_directory_uri(); ?>/assets/img/features/activity-nw.png">
</head>
<div class="background monitoring-background">
	<div class="container">
		<div class="row">
			<div class="col-md-6 topheader">
				<h1><?php echo $l->t('Monitoring your Nextcloud server');?></h1>
				<h2><?php echo $l->t('Keep an eye on what happens with your files and check the health of your server');?></h2>
			</div>
		</div>
	</div>
</div>

<section class="section--intro">
    <div class="container">
        <div class="row">
            <div class="col-md-8 col-md-offset-2">
                <p class="section--paragraph text-center"><?php echo $l->t('With your file sync and share solution central to the productivity of hundreds, thousands or even millions of users it is crucial to have an overview of its performance and service. Your users want to know what is happening to their files. And last but not least, so does your legal department!');?></p>
                <p class="section--paragraph text-center"><?php echo $l->t('Nextcloud has your back with our Server Information, Activities and Auditing apps.');?></p>
            </div>
        </div>
    </div>
</section>

<section class="section--activity">
<div class="container">
    <h1 class="featuretitle"><?php echo $l->t('What happens with my files?');?></h1>
	<div class="row">
		<div class="col-md-6 image--floated">
			<a target="_blank" href="<?php bloginfo('template_directory'); ?>/assets/img/features/activity.png"><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/activity-nw.png" alt="activity overview" /></a>
		</div>
		<div class="col-md-6">
			<h3 class="section--paragraph__title"><?php echo $l->t('Track file activity');?></h3>
			<p class="section--paragraph"><?php echo $l->t('The Nextcloud Activity app gives users a clear view on what is happening with their files.');?></p>
			<p class="section--paragraph"><?php echo $l->t('It provides users with an overview of recent changes like:');?>
			<ul>
                <li><?php echo $l->t('New or deleted files in shared folders');?></li>
                <li><?php echo $l->t('File modifications');?></li>
                <li><?php echo $l->t('Download of shared files');?></li>
                <li><?php echo $l->t('New comments or tags');?></li>
                <li><?php echo $l->t('Calendar invitations');?></li>
                <li><?php echo $l->t('Incoming calls or chat requests');?></li>
                <li><?php echo $l->t('and more!');?></li>
			</ul></p>
		</div>
	</div>
	<div class="row">
		<div class="col-md-6">
			<a target="_blank" href="<?php bloginfo('template_directory'); ?>/assets/img/features/activity-config.png"><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/activity-config-nw.png" alt="activity settings" /></a>
		</div>
		<div class="col-md-6">
			<h3 class="section--paragraph__title"><?php echo $l->t('Configurable');?></h3>
			<p class="section--paragraph"><?php echo $l->t('The Activity app allows users to enable or disable showing any of the events in their stream and to receive mail notifications only for the type of events they require.');?></p>
			<p class="section--paragraph"><?php echo $l->t('Users can see what happened in the browser, choose to receive email notifications or follow changes through an RSS feed.');?></p>
		</div>
	</div>
	<div class="row">
        <div class="col-md-6 col-md-offset-3">
            <p class="text-center"><?php echo $l->t('Regain control over data and communication with the leading content collaboration platform.');?></p>
            <p class="text-center"><?php echo $l->t('Contact us now to learn how we can help you!');?></p>
            <div class="text-center morebuttondiv">
                <a href="<?php echo home_url('buy') ?>" class="button button--blue button--large button--arrow"><?php echo $l->t('Contact us');?> <i class="icon-arrow-circle-o-right icon"></i></a>
            </div>
        </div>
    </div>
</div>
</section>

<section class="section--appstore benefits">
<div class="container-fluid banner quote">
    <div class="container">
    <div class="col-md-6">
        <h1 class="section--heading-1 section--text--center"><?php echo $l->t('Extend your cloud');?></h1>
        <p class="section--paragraph"><?php echo $l->t('You can extend the functionality of your Nextcloud with extra features from the Nextcloud app store. Among the more than 100 apps you can find features that help you monitor and keep tabs on your data like:');?></p>
        <p class="section--paragraph">
        <ul>
        <li><i class="fa-check fa"></i> <?php echo $l->t('<em>Activities for shared file downloads</em> which lets you track who downloads your shared files');?></li>
        <li><i class="fa-check fa"></i> <?php echo $l->t('Admin Notifications allows admins to generate notifications for users via the console or an HTTP endpoint');?></li>
        <li><i class="fa-check fa"></i> <?php echo $l->t('Quota Warning sends notifications to users when they reached 85, 90 and 95% of their quota.');?></li>
        </ul>
        </p>
        <div class="text-center morebuttondiv">
			<a href="https://apps.nextcloud.com" class="button button--large button--arrow"><?php echo $l->t('Appstore');?> <i class="icon-arrow-circle-o-right icon"></i></a>
        </div>
    </div>
    <img class="big-img" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/appstore-big.png">
    <img class="small-img" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/appstore-big.png">
    </div>
</div>
</section>


<section class="section--monitoring">
<div class="container">
	<h1 class="featuretitle"><?php echo $l->t('How is the server doing?');?></h1>
	<div class="row">
		<div class="col-md-6">
			<a target="_blank" href="<?php bloginfo('template_directory'); ?>/assets/img/features/monitoring-full.png"><img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/features/monitoring-nw.png" alt="in action" /></a>
		</div>
		<div class="col-md-6">
			<h3 class="section--paragraph__title"><?php echo $l->t('Server Information');?></h3>
			<p class="section--paragraph"><?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>
		</div>
	</div>
	<div class="row">
		<div class="col-md-6 image--floated">
			<a target="_blank" href="<?php bloginfo('template_directory'); ?>/assets/img/features/grafana-dashboard.png"><img src="<?php bloginfo('template_directory'); ?>/assets/img/features/monitoring-app-nw.png" class="img-responsive featureimg" /></a>
        </div>
		<div class="col-md-6">
			<h3 class="section--paragraph__title"><?php echo $l->t('Integration in tools');?></h3>
			<p class="section--paragraph"><?php echo $l->t('Monitoring and systems intelligence tools <a class="hyperlink" href="http://opennms.org/" target="_blank">openNMS</a> and <a class="hyperlink"  ref="https://splunkbase.splunk.com/apps/#/search/nextcloud/">Splunk</a> already have support for monitoring Nextcloud systems and');?> <a class="hyperlink"  href="https://github.com/opennms-config-modules/nextcloud" target="_blank"><?php echo $l->t('the openNMS configuration module');?></a> <?php echo $l->t('can be easily modified for other tools like Nagios.');?></p>
			<p class="section--paragraph"><?php echo $l->t('Admins can also opt for logging to the systemd log, allowing them to manage all logs of the system in one place. When enabled, the audit log is in a separate file.');?></p>
			<p class="section--paragraph"><?php echo $l->t('Read blogs by OpenNMS and Splunk about their Nextcloud integration:');?></p>
			<ul>
                <li><a class="hyperlink" href="https://nextcloud.com/blog/awesome-ways-you-can-use-the-splunk-app-for-nextcloud/">Awesome ways you can use the Splunk App for Nextcloud</a></li>
                <li><a class="hyperlink" href="https://www.adventuresinoss.com/2016/08/25/nextcloud-and-opennms/">Nextcloud and OpenNMS</a></li>
            </ul>
		</div>
	</div>
	<div class="row">
        <div class="col-md-6">
				<a target="_blank" href="<?php bloginfo('template_directory'); ?>/assets/img/features/monitoring-API.png"><img class="img-responsive featureimg" src="<?php bloginfo('template_directory'); ?>/assets/img/features/monitoring-API-nw.png" /></a>
        </div>
        <div class="col-md-6">
            <p class="section--paragraph"><?php echo $l->t('The app and its API lets you track:');?>
            <ul>
                <li><?php echo $l->t('CPU load and memory usage');?></li>
                <li><?php echo $l->t('Number of active users over time');?></li>
                <li><?php echo $l->t('Number of shares in various categories');?></li>
                <li><?php echo $l->t('storage statistics');?></li>
                <li><?php echo $l->t('Server settings like PHP version, database type and size, memory limits and more');?></li>
            </ul></p>
        </div>
	</div>
</div>
</section>
<section class="section--whitepaper quote">
	<div class="container">
        <div class="row">
			<div class="col-lg-8">
                <h2><?php echo $l->t('Get our datasheet');?></h2>
                <form name="whitepaper" method="post" action="<?php echo get_template_directory_uri()."/mautic-submit.php" ?>">
                    <p><label for="email"><?php echo $l->t('Download our free auditing and monitoring datasheet!');?><br>
                    <td colspan="2">
                    <div class="">
                        <div class="g-recaptcha" data-sitekey="<?php echo RECAPTCHA_SITEKEY; ?>"></div>
                    </div>
                    </td>
                    <input type="hidden" name="segmentId" value="13">
                    <input class="mail" type="text" name="email" maxlength="80" placeholder="Enter your email"></label>
                    <div class="newsletter">
                        <input type="hidden" name="newsletter" value="0" />
<!--                         <input type="checkbox" name="newsletter" value="1"> <small>Sign me up for the Nextcloud newsletter</small><br/> -->
                        <input type="hidden" name="moreinfo" value="0" />
                        <input type="checkbox" name="moreinfo" value="1"> <small><?php echo $l->t('Inform me about new white papers and other relevant information');?></small><br/>
                        <small><?php echo $l->t('See our');?> <a class="hyperlink" href="<?php echo home_url('privacy') ?>"><?php echo $l->t('privacy policy');?></a></small>
                    </div>
                    <input class="button button--large" type="submit" value=" Get the datasheet "></p>
                </form>
            </div>
        </div>
        <img class="responsive" src="<?php bloginfo('template_directory'); ?>/assets/img/whitepapers/monitoring-thumbnail-banner.png"/>
	</div>
</section>
<section class="section--auditing">
<div class="container">
	<h1 class="featuretitle"><?php echo $l->t('Auditing logs');?></h1>
	<div class="row">
		<div class="col-md-6">
            <a target="_blank" href="<?php bloginfo('template_directory'); ?>/assets/img/features/auditlog.png"><img class="img-responsive featureimg" src="<?php bloginfo('template_directory'); ?>/assets/img/features/auditlog-nw.png" /></a>
		</div>
		<div class="col-md-6">
			<p class="section--paragraph"><?php echo $l->t('Nextcloud logs data in the nextcloud.log file provided in the root of its data directory. You can optionally record a full audit trail in a separate audit log file. This can be used by Data Loss Prevention and Mobile Device Management tools as user agent information is available alongside extensive user, IP and date/time logs.');?></p>
			<p class="section--paragraph"><?php echo $l->t('Audit logs provided include user session information, file handling, user management, sharing and other actions.');?></p>
		</div>
	</div>
</div>
</section>