base_gke_cluster_monitoring#

  • A Slack notification channel

  • Basic alerts (OOM kills, PVC disk usage, etc) that notify to that channel

Inputs#

Name

Description

Type

Default

Required

google_cloud_monitoring_slack_token

A Slack Bot OAuth token to inject into Google Cloud Monitoring Terraform config. This token will be provisioned in Google Cloud Monitoring Notification Channel resources and will be used by Google Cloud to auth to Slack to post notifications from Google Cloud Monitoring alerts.

string

n/a

yes

phalanx_environment_name

The name of this Phalanx environment.

string

n/a

yes

slack_channel_name

The name of the slack channel to post notifications to, including a leading ‘#’.

string

n/a

yes

slack_info_channel_name

The name of the slack channel to post info notifications to, including a leading ‘#’.

string

n/a

yes

Outputs#

Name

Description

default_notification_channel

The Google Monitoring Notification channel that actionable alerts should be sent to.

info_notification_channel

The Google Monitoring Notification Channel that non-actionable alerts should be sent to. We probably shouldn’t actually have this…