-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
35 lines (35 loc) · 1.01 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
options:
snap_channel:
default: "stable"
type: string
description: |
If install_method is set to "snap" this option controlls channel name.
Supported values are: "stable", "candidate", "beta" and "edge"
nagios_context:
default: "juju"
type: string
description: |
A string that will be prepended to instance name to set the host name
in nagios. So for instance the hostname would be something like:
juju-myservice-0
If you're running multiple environments with the same services in them
this allows you to differentiate between them.
nagios_servicegroups:
default: "juju"
type: string
description: |
Comma separated list of nagios servicegroups
modules:
default: |
http_2xx:
prober: http
timeout: 10s
tcp_connect:
prober: tcp
timeout: 10s
icmp:
prober: icmp
timeout: 10s
type: string
description: |
Blackbox exporter configuratin in raw YAML format