FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

Basic alerting

Merged Paul Rudin requested to merge basic-alerting into master
4 files
+ 14
0
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -49,6 +49,7 @@ resource "google_monitoring_notification_channel" "notification_email" {
}
resource "google_monitoring_alert_policy" "uptime_alert" {
enabled = var.enabled
count = local.count
project = var.project
display_name = "HTTP uptime alert"
Loading