Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deployments/monitoring/grafana-matrix/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Set up your HS connections
matrix:
- name: matrix-parity-io
url: https://matrix.parity.io
url: https://m.parity.io
# Create a user - log that user in using a post request
# curl -XPOST -d '{"type": "m.login.password",
# "user":"grafana",
Expand All @@ -22,7 +22,7 @@ msgtype: m.text
# Set up notification ingress rules
rules:
- name: bridge # Name of the rule
room: "#bridges-rialto-millau-alerts:matrix.parity.io" # Room or ID
room: "#bridges-rialto-millau-alerts:parity.io" # Room or ID
matrix: matrix-parity-io # The Matrix HS to use - defaults to first one
msgtype: m.notice
# The following values are optional:
Expand Down