Skip to content

Commit 78820f2

Browse files
committed
lvm-critical -> lvm-alerts
1 parent e604d96 commit 78820f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gort/overwatcher/alerts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ async def task(self):
132132
await self.module.notify(
133133
"[RESOLVED]: Alerts data is now available.",
134134
level="info",
135-
slack_channels=[*slack_channels, "lvm-critical"],
135+
slack_channels=[*slack_channels, "lvm-alerts"],
136136
)
137137

138138
self.module.alerts_data_unavailable = False

0 commit comments

Comments
 (0)