Adding current working alertmanger config

This commit is contained in:
Moritz Graf 2022-11-23 22:12:45 +01:00
parent 2cb56a97e0
commit ca623df110
No known key found for this signature in database
GPG Key ID: 74908B979B924E74
3 changed files with 27 additions and 13 deletions

View File

@ -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.