-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
69 lines (69 loc) · 1.55 KB
/
config.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
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
---
name: Sensu Agent
version: 0.1.0
slug: sensu_agent
apparmor: true
init: false
watchdog: http://[HOST]:[PORT:3031]/healthz
map:
- config:rw
- ssl:rw
- addons:rw
- share:rw
- backup:rw
- media:rw
description: Sensu agent
arch:
- armhf
- armv7
- aarch64
- amd64
- i386
startup: application
host_network: true
boot: auto
environment: {}
options:
sensu_backend_url: ws://homeassistant:8081
sensu_subscriptions: []
sensu_agent_socket_port: 3030
sensu_agent_api_port: 3031
sensu_agent_statsd_port: 8125
sensu_name: homeassistant
sensu_namespace: default
sensu_log_level: debug
log_level: debug
sensu_user: agent
sensu_password:
sensu_cache_dir: "/config/sensu/cache"
sensu_local_api_disable: false
sensu_local_statsd_disable: false
sensu_local_socket_disable: false
schema:
sensu_user: str
sensu_password: str
sensu_name: str
sensu_backend_url: url
sensu_namespace: str
sensu_subscriptions:
- str
sensu_cache_dir: str
sensu_agent_socket_port: int
sensu_agent_api_port: int
sensu_agent_statsd_port: int
log_level: list(debug|info|warning|error|)?
sensu_log_level: list(debug|info|warn|error|fatal|panic)?
sensu_local_api_disable: bool
sensu_local_statsd_disable: bool
sensu_local_socket_disable: bool
full_access: true
ports:
3030/tcp: 3030
3030/udp: 3030
3031/tcp: 3031
8125/tcp: 8125
ports_description:
3030/tcp: "Sensu Agent socket listen port ( TCP ) "
3030/udp: "Sensu Agent socket listen port ( UDP ) "
3031/tcp: Sensu Agent API listen port
8125/tcp: Sensu Agent statsD listen port