/sysdig-conf

sysdig-conf

Primary LanguageHCL

sysdig-conf

This module configures the sysdig-monitoring with alerts creation and notifiaction channel creation for loadbalancer metrics.

Requirements

Name Version
terraform >= 0.13

Providers

Name Version
sysdig >= 0.5.7

Inputs

Name Description Type Default Required
sysdig_monitor_url Sysdig Monitor URL. string n/a yes
sysdig_api_token API token for the sysdig monitoring string n/a yes
scale_up_alert_name Alert name for sclaing up the VSIs string n/a yes
scale_down_alert_name Alert name for scaling down the VSIs string n/a yes
range1_upper_threshold Number of active connections upper threshold for the alert1 for scale up string n/a yes
range2_upper_threshold Number of active connections upper threshold for the alert2 for scale up string n/a yes
range3_upper_threshold Number of active connections upper threshold for the alert3 for scale up string n/a yes
range1_lower_threshold Number of active connections lower threshold for the alert1 for scale up string n/a yes
range2_lower_threshold Number of active connections lower threshold for the alert2 for scale up string n/a yes
range3_lower_threshold Number of active connections lower threshold for the alert3 for scale up string n/a yes
scaledown_upper_threshold Number of active connections upper threshold for the scale down alert string n/a yes
scaledown_lower_threshold Number of active connections lower threshold for the scale down alert string n/a yes
number_of_scale_up_alerts Number of scale up alerts to be configured number n/a yes

License

Apache 2 Licensed. See LICENSE for full details.