Newer
Older
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
# Status Dashboard Client
The Status Dashboard Client module is developed as a supporting module
for the base module Status Dashboard. The Status Dashboard Client module
works on the client site and send information about available updates for
Drupal core version and Drupal modules to base module Status Dashboard.
For the module to work, you need to install on the base site the module
[status_dashboard](www.drupal.org/project/status_dashboard)
For a full description of the module, visit the
[project page](https://www.drupal.org/project/status_dashboard_client).
Submit bug reports and feature suggestions, or track changes in the
[issue queue](https://www.drupal.org/project/issues/status_dashboard_client).
## Table of contents
- Requirements
- Installation
- Configuration
- Maintainers
## Requirements
On base site you have to install the base module.
- [Status Dashboard](https://www.drupal.org/project/status_dashboard)
## Installation
Install as you would normally install a contributed Drupal module. For further
information, see
[Installing Drupal Modules](https://www.drupal.org/docs/extending-drupal/installing-drupal-modules).
## Configuration
1. Install the Status Dashboard Client module
2. Enable the module
3. Open configuration form on URL /admin/config/development/status-dashboard-
client
4. Add data for the Secret field, which is specified in the main site for connecting to this
site.
5. Install on base site the Status Dashboard module
6. Enable the module
7. Open configuration form on URL /admin/config/development/status-dashboard
8. Add the data to the URL AND SECRET fieldset which has the property multiple :
- URL - the name of the client site whose updates you want to monitor.
- Secret - secret data for connecting with client site.
9. If you want to receive notifications by mail, then you need to fill the EMAIL
NOTIFICATIONS fieldset by clicking the Enable email notifications checkbox:
- Email - Email address for sending notifications.
- Period - Notification frequency which consists of three periods (Daily,
Weekly, Monthly).
- Notification types - Types of updates (Core updates, Security updates, Feature
updates) to be sent to the specified email
## Maintainers
- Farid Muborakshoev - [farid.muborakshoev](https://www.drupal.org/u/faridmuborakshoev)
- Bram Driesen - [BramDriesen](https://www.drupal.org/u/bramdriesen)
Supporting organization:
- [Engine Eight](https://www.drupal.org/engine-eight)
- [Solvy](https://www.drupal.org/solvy)