Adding current working alertmanger config
This commit is contained in:
parent
2cb56a97e0
commit
ca623df110
Binary file not shown.
|
|
@ -12,6 +12,8 @@ prometheus:
|
||||||
password: aeThoom4deiNgeici0Th
|
password: aeThoom4deiNgeici0Th
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: [ 'dyndns-muc.moritzgraf.de:60200']
|
- targets: [ 'dyndns-muc.moritzgraf.de:60200']
|
||||||
|
labels:
|
||||||
|
namespace: monitoring
|
||||||
- job_name: muc-living
|
- job_name: muc-living
|
||||||
scrape_interval: 1m
|
scrape_interval: 1m
|
||||||
basic_auth:
|
basic_auth:
|
||||||
|
|
@ -19,6 +21,8 @@ prometheus:
|
||||||
password: eeLie9Mai9ahfi5ahy2i
|
password: eeLie9Mai9ahfi5ahy2i
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: [ 'dyndns-muc.moritzgraf.de:60201']
|
- targets: [ 'dyndns-muc.moritzgraf.de:60201']
|
||||||
|
labels:
|
||||||
|
namespace: monitoring
|
||||||
- job_name: rgbg-living
|
- job_name: rgbg-living
|
||||||
scrape_interval: 1m
|
scrape_interval: 1m
|
||||||
basic_auth:
|
basic_auth:
|
||||||
|
|
@ -26,6 +30,18 @@ prometheus:
|
||||||
password: oonohNaej6soh7TooPha
|
password: oonohNaej6soh7TooPha
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: [ 'dyndns.moritzgraf.de:60200']
|
- targets: [ 'dyndns.moritzgraf.de:60200']
|
||||||
|
labels:
|
||||||
|
namespace: monitoring
|
||||||
|
storageSpec:
|
||||||
|
## Using PersistentVolumeClaim
|
||||||
|
##
|
||||||
|
volumeClaimTemplate:
|
||||||
|
spec:
|
||||||
|
storageClassName: openebs-hostpath
|
||||||
|
accessModes: ["ReadWriteOnce"]
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: 50Gi
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
hosts:
|
hosts:
|
||||||
|
|
@ -45,17 +61,7 @@ prometheus:
|
||||||
# prometheusSpec:
|
# prometheusSpec:
|
||||||
# scrapeInterval: "300s"
|
# scrapeInterval: "300s"
|
||||||
logLevel: debug
|
logLevel: debug
|
||||||
storageSpec:
|
|
||||||
## Using PersistentVolumeClaim
|
|
||||||
##
|
|
||||||
volumeClaimTemplate:
|
|
||||||
spec:
|
|
||||||
storageClassName: openebs-hostpath
|
|
||||||
accessModes: ["ReadWriteOnce"]
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 50Gi
|
|
||||||
selector: {}
|
|
||||||
extraSecret:
|
extraSecret:
|
||||||
name: "prometheus-auth"
|
name: "prometheus-auth"
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|
@ -88,8 +94,16 @@ alertmanager:
|
||||||
operator: In
|
operator: In
|
||||||
values:
|
values:
|
||||||
- haumdaucher
|
- haumdaucher
|
||||||
# alertmanagerConfiguration:
|
storage:
|
||||||
# name: haumdaucher-alertmanager
|
## Using PersistentVolumeClaim
|
||||||
|
##
|
||||||
|
volumeClaimTemplate:
|
||||||
|
spec:
|
||||||
|
storageClassName: openebs-hostpath
|
||||||
|
accessModes: ["ReadWriteOnce"]
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
storage: 1Gi
|
||||||
grafana:
|
grafana:
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue