Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayja committed Aug 6, 2024
1 parent 9b39ab8 commit 0c8ae2d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
13 changes: 6 additions & 7 deletions config/monitoring/alertmanager/config/alertmanager.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# This is an example alertmanager.yaml which sends alert notifications to a slack channel.
# This is an example alertmanager.yml which sends alert notifications to a slack channel.

global:
slack_api_url: "https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX"
slack_api_url: "https://hooks.slack.com/services/TXXXXXXXX/XXXXXXXXXXX/XXXXXXXXXXXXXXXXXXXXXXXX"
route:
group_by: ['alertname', 'cluster', 'service']
receiver: slack_general
group_by: ['cluster', 'service']
receiver: slack_user

receivers:
- name: slack_general
- name: slack_user
slack_configs:
- channel: '#channel'
text: "summary: {{ .CommonAnnotations.summary }}\ndescription: {{ .CommonAnnotations.description }}"
- text: "summary: {{ .CommonAnnotations.summary }}\ndescription: {{ .CommonAnnotations.description }}"
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ datasources:
- name: "Aerospike Prometheus"
type: prometheus
access: proxy
# orgId: 1
url: http://aerospike-monitoring-stack-prometheus:9090
editable: true
isDefault: false
2 changes: 1 addition & 1 deletion helm-charts/aerospike-kubernetes-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ certs:
webhookServerCertSecretName: "webhook-server-cert"

## Operator configurations
watchNamespaces: "default"
watchNamespaces: "default,aerospike"

# Registry used to pull aerospike-init image
aerospikeKubernetesInitRegistry: "docker.io"
Expand Down

0 comments on commit 0c8ae2d

Please sign in to comment.