-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.master.yml
More file actions
executable file
·138 lines (134 loc) · 3.12 KB
/
manifest.master.yml
File metadata and controls
executable file
·138 lines (134 loc) · 3.12 KB
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
plugin:
name: monitoring-endpoint
version: 1.0
l10n: l10n/monitoring-endpoint.csv
url: https://github.com/programmfabrik/fylr-plugin-monitoring
displayname:
de-DE: Monitoring-Endpoint
en-US: Monitoring-Endpoint
info:
de-DE: Ergänzung der API um einen Monitoring-Endpoint
en-US: Adding a monitoring-endpoint to API
server:
api-version:
require: 1
base_config:
- name: monitoring_endpoint
group: monitoring_endpoint
parameters:
enabled:
type: bool
position: 0
default: true
license_show_dates_in_response:
type: bool
position: 1
default: true
license_early_warning_in_weeks:
type: int
position: 2
default: 6
status__email:
type: select
options:
- nothing
- warning
- error
default: "error"
position: 3
status__license:
type: select
options:
- nothing
- warning
- error
default: "error"
position: 4
status__validation:
type: select
options:
- nothing
- warning
- error
default: "error"
position: 5
status__purge:
type: select
options:
- nothing
- warning
- error
default: "warning"
position: 6
status__loglevel:
type: select
options:
- nothing
- warning
- error
default: "warning"
position: 7
status__disabled_plugins:
type: select
options:
- nothing
- warning
- error
default: "warning"
position: 8
status__janitor_event_deletion:
type: select
options:
- nothing
- warning
- error
default: "warning"
position: 9
root_api_user:
type: user
position: 10
enable_debug:
type: bool
position: 11
default: false
extensions:
monitoring:
plugin_user:
base_config: "monitoring_endpoint.root_api_user"
exec:
service: "node"
commands:
- prog: "node"
stdin:
type: "body"
stdout:
type: "body"
args:
- type: "value"
value: "%_exec.pluginDir%/server/extension/monitoring-endpoint.js"
- type: "value"
value: "%info.json%"
monitoring_with_diskusage:
plugin_user:
base_config: "monitoring_endpoint.root_api_user"
exec:
service: "node"
commands:
- prog: "node"
stdin:
type: "body"
stdout:
type: "body"
args:
- type: "value"
value: "%_exec.pluginDir%/server/extension/monitoring-endpoint.js"
- type: "value"
value: "%info.json%"
- type: "value"
value: "diskusage:true"
system_rights:
- name: monitoring_endpoint
comment: Adding a monitoring-endpoint to API
parameters:
- name: use_monitoring_endpoint
type: bool