forked from StackStorm-Exchange/stackstorm-icinga2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.schema.yaml
More file actions
31 lines (31 loc) · 918 Bytes
/
config.schema.yaml
File metadata and controls
31 lines (31 loc) · 918 Bytes
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
---
api_url:
description: "URL to the API stream, e.g. 'https://localhost:5665/v1'"
type: string
secret: false
required: true
api_user:
description: "API user name to query Icinga2 host for objects"
type: string
secret: false
required: false
api_password:
description: "API password for querying Icinga2 for objects"
type: string
secret: true
required: false
certificate:
description: "Path to client certificate if using certificate authentication instead of username/password"
type: string
secret: false
required: false
key:
description: "Path to client private key if using certificate authentication instead of username/password"
type: string
secret: false
required: false
ca_file:
description: "Optional path to CA bundle for validating server-side certificate"
type: string
secret: false
required: false