Ignas Kaziukėnas

Results 8 issues of Ignas Kaziukėnas

### Is your question request related to a specific component? vmalert ### Describe the question in detail We have several alerts that get resolved in Opsgenie even though the alert...

question

### What went wrong? **What happened**: - I've configured the plugin to connect to the engine. Everything appears to be ok and at least the UI indicates that the plugin...

bug
part:auth/teams

**What did you do?** I have an alert that use a moving 5m window: ``` - alert: HighCPUusage debug: true expr: avg_over_time(instance_cpu_average_utilization{instance_id="instanceId"}[5m]) > 0.85 labels: severity: critical ``` **What did...

### Terraform Version 1.7.4 ### Provider Version 3.9.0 ### Affected Resource(s) Please list the resources as a list, for example: - pagerduty_user - pagerduty_schedule ### Terraform Configuration Files ```hcl resource...

I've updated to Terraform `1.6.1` and `terraform show` now produces a list of checks for one of my modules. With `1.5.7` this output was completely omitted. This doesn't match the...

### Affected Resource(s) - opsgenie_api_integration - opsgenie_integration_action ### Terraform Configuration Files ```hcl import { to = opsgenie_api_integration.monitoring_dev_integration id = "" } resource "opsgenie_api_integration" "monitoring_dev_integration" { name = "Slack (#monitoring-dev)" type...

### Eschewed features - [X] This issue is not requesting templating, unstuctured edits, build-time side-effects from args or env vars, or any other eschewed feature. ### What would you like...

triage/needs-information
lifecycle/stale
kind/feature

I'm attempting to run the v0.45 helm chart. I've configured the following env values: ``` KUBECHECKS_VCS_TYPE: "github", KUBECHECKS_LOG_LEVEL: "trace", KUBECHECKS_MONITOR_ALL_APPLICATIONS: "true", KUBECHECKS_ARGOCD_API_INSECURE: "true", KUBECHECKS_ARGOCD_API_TOKEN: , ``` The application appears to...