You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,35 @@
1
1
# Pimcore Monitoring
2
2
3
3
#### Requirements
4
-
* Pimcore 5.
4
+
* Pimcore 5/6
5
5
6
6
## Installation
7
7
:information_source: Please pay attention to the [upgrade notes](./UPGRADE.md).
8
8
9
9
Create the configuration for this service containing the authentication code (must be alphanumeric, also don't use special characters which will be encoded by the browser):
10
+
10
11
```yaml
11
12
# app/config/monitoring.yml
12
13
monitoring:
13
14
api_code: 'putSomethingUniqueHere'
14
15
```
15
-
and add it to your project-config:
16
+
17
+
Add it to your project-config:
16
18
```yaml
17
19
# app/config/config.yml
18
20
imports:
19
21
- { resource: monitoring.yml }
20
22
```
23
+
21
24
Use composer to require dachcom-digital/monitoring or add it manually:
22
25
```json
23
26
{
24
27
"require": {
25
-
"dachcom-digital/monitoring": "~2.0.0"
28
+
"dachcom-digital/monitoring": "~2.1.0"
26
29
}
27
30
}
28
31
```
32
+
29
33
Include routing:
30
34
```yaml
31
35
# app/config/routing.yml
@@ -123,4 +127,4 @@ Versions are compared using perl's string-comparison (see $SUBSTITUTED_OPERANDS
0 commit comments