forked from canonical/alertmanager-k8s-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
20 lines (19 loc) · 896 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 2021 Canonical Ltd.
# See LICENSE file for licensing details.
options:
config_file:
type: string
description: >
Alertmanager configuration file (yaml), with the exclusion of the templates section.
Refer to https://www.prometheus.io/docs/alerting/latest/configuration/ for full details.
default: ""
templates_file:
type: string
description: >
Alertmanager templates definition file. This is a slight deviation from the official
alertmanager config spec. All templates need to go into this single config option, instead of
the 'templates' section of the main configuration file. The templates will be pushed to the
workload container, and the configuration file will be updated accordingly.
Refer to https://prometheus.io/docs/alerting/latest/notification_examples/ for more details
on templates.
default: ""