-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSPECFILE
More file actions
109 lines (99 loc) · 2.46 KB
/
SPECFILE
File metadata and controls
109 lines (99 loc) · 2.46 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
title: Monitoring Formula for stackd.io
description: Salt formula for provisioning system monitoring tools
root_path: monitor
components:
- title: Sensu Server
description: Sensu server
sls_path: monitor.sensu.server
- title: Sensu Uchiwa
description: Uchiwa dashboard
sls_path: monitor.sensu.uchiwa
- title: Sensu Client
description: Sensu client
sls_path: monitor.sensu.client
- title: Graphite
description: Graphite
sls_path: monitor.graphite
- title: Grafana
description: Grafana
sls_path: monitor.grafana
- title: InfluxDB
description: InfluxDB timeseries DB
sls_path: monitor.influxdb
- title: Beats
description: Elasticsearch Beats for monitoring
sls_path: monitor.beats
- title: Logstash
description: Logstash for listening and writing to ES
sls_path: monitor.logstash
- title: Filebeat
description: beat to send logs to logstash or ES
sls_path: monitor.beats.filebeat
pillar_defaults:
monitor:
beats:
monitor_webserver: false
monitor_es_server: false
es_host_to_monitor: localhost
es_host: localhost
install_templates: false
beats_dashboards: 1.2.3
web:
webserver: nginx
gen_ssl: null
sensu:
version: 1:0.25.3
ssl:
server_cacert: CHANGEME
server_cert: CHANGEME
server_key: CHANGEME
client_cert: CHANGEME
client_key: CHANGEME
client:
subscriptions:
- all
server:
fqdn: localhost
api:
username: admin
password: CHANGEME
uchiwa:
username: admin
password: CHANGEME
rabbitmq:
username: sensu
password: CHANGEME
vhost: /sensu
check_system: true
graphite:
secret_key: CHANGEME
db_password: CHANGEME
username: admin
password: CHANGEME
email_addr: root@localhost
storage_dir: /var/lib/graphite
grafana:
username: admin
password: CHANGME
aws:
access_key: CHANGEME
secret_key: CHANGEME
region: us-west-2
ses_from: CHANGEME
ses_to: CHANGEME
ses_endpoint: email.us-west-2.amazonaws.com
sns_topic:
sns_role: false
stackdio:
url: CHANGEME
user: CHANGEME
password: CHANGEME
influxdb:
username: admin
password: CHANGEME
storage_dir: /mnt/influxdb
version: 0.12.2-1
pagerduty:
api_key: null
logstash:
version: 2.3