forked from StackStorm-Exchange/stackstorm-orion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.schema.yaml
38 lines (38 loc) · 1005 Bytes
/
config.schema.yaml
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
---
orion_label:
description: "The label to use when referencing the Orion platform."
type: "string"
required: true
default: "orion"
orion_host:
description: "The name / IP of the primary Orion server."
type: "string"
required: true
orion_user:
description: "The username for the Orion server."
type: "string"
required: true
orion_password:
description: "The password for the Orion server."
type: "string"
secret: true
required: true
unmanage_max:
description: "Max allowed time (in minutes) that a node can be put into an unmanaged state."
type: "integer"
required: true
default: 60
snmp_default:
description: "The SNMP community that will be used by default"
type: "string"
required: true
snmp_customer:
description: "The SNMP community that will be used by default"
type: "string"
default: "customer"
required: true
snmp_internal:
description: "The SNMP community that will be used by default"
type: "string"
default: "internal"
required: true